diff --git a/README.md b/README.md index a4ea9fba..ad3b5ab9 100644 --- a/README.md +++ b/README.md @@ -36,19 +36,19 @@ First, install the programs required to run the application: Next, clone this repository: -``` +```bash git clone https://github.com/OasisDEX/e2e-tests.git ``` Go to the repo directory and install the dependencies: -``` +```bash yarn install ``` ## 3. Environment variables To run the tests locally you will need to create a `.env` file. You can create a copy from `.env.example` file by running: -``` +```bash cp .env.example .env ``` @@ -161,4 +161,4 @@ of the License at Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the -License. \ No newline at end of file +License.