Skip to content

Commit a9df53d

Browse files
committed
Update README.md
1 parent d1b8224 commit a9df53d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,10 @@ Clean and minimalistic boilerplate to start your NodeJs project.
1616
### 📝 Usage
1717
1. Clone the repo to your local environment.
1818
- In the command prompt run the following commands:
19-
run ```git clone https://github.com/yortrosal/nodejs-boilerplate.git ```
20-
then ```cd nodejs-boilerplate ```
19+
```
20+
git clone https://github.com/yortrosal/nodejs-boilerplate.git
21+
cd nodejs-boilerplate
22+
```
2123
2. run ```npm install``` to install initial dependencies.
2224
3. Make sure you have .env file available.
2325
Or generate one: ```cp .env.example .env``` (edit it with your secret keys and other credentials)

0 commit comments

Comments
 (0)