docs: fixed local installation guide

This commit is contained in:
Ritesh Ghosh
2023-08-06 19:25:59 +05:30
parent 93c0f73f6b
commit 2e9a7450f5
+4 -6
View File
@@ -77,11 +77,7 @@
### Local Installation
1. Rename the `.env.example` file to `.env`
2. Fill out all the environment variables.
3. Run the following command to clone the repository and install the dependencies.
1. Run the following command to clone the repository and install the dependencies.
```bash
git clone https://github.com/ghoshRitesh12/zoro.to-api.git
@@ -91,7 +87,9 @@ cd zoro.to-api
npm ci #or yarn install
```
4. Start the server!
2. Rename the `.env.example` file to `.env` and update any details required
3. Start the server!
```bash
npm start #or yarn start