From 929e3ba191a9ea07bc3b5a0ace270bf5dbad0dbf Mon Sep 17 00:00:00 2001 From: DemoYeti <164791169+DemoYeti@users.noreply.github.com> Date: Sat, 9 Nov 2024 15:41:38 -0500 Subject: [PATCH] doc: add `bash` language fences --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.