From 98beadcfdc7ab6bad9b3039b47cfa3a91c02c82a Mon Sep 17 00:00:00 2001 From: Diana Catalina Olarte Date: Tue, 23 Jul 2024 18:52:50 +1000 Subject: [PATCH] docs: add indentation to code in list --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index a11bc03..dc908f8 100644 --- a/README.md +++ b/README.md @@ -27,39 +27,39 @@ Create and activate a new project with the following steps: 1. Install the version of Tutor you want to use with TVM. -```bash -tvm install + ```bash + tvm install -# For example: -# tvm install v14.0.0 -``` + # For example: + # tvm install v14.0.0 + ``` 2. Create a new project with TVM. -```bash -tvm project init + ```bash + tvm project init -# For example: -# tvm project init tvm-test v14.0.0 -``` + # For example: + # tvm project init tvm-test v14.0.0 + ``` 3. Open the project folder. -```bash -cd -``` + ```bash + cd + ``` 4. Activate the project environment. -```bash -source .tvm/bin/activate -``` + ```bash + source .tvm/bin/activate + ``` 5. Run your project. -```bash -tutor local launch -``` + ```bash + tutor local launch + ``` > [!NOTE] > For Tutor versions <15, init a project with `tutor local quickstart`