Skip to content

Commit a2180f4

Browse files
Update README.md
1 parent 3478eb5 commit a2180f4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,23 +5,23 @@
55
#### 1. Clone project
66

77
```bash
8-
$ git clone https://github.com/Capstone-C2SE02-TI/backend-node-mongodb.git
8+
git clone https://github.com/Capstone-C2SE02-TI/backend-node-mongodb.git
99
```
1010

1111
#### 2. Change directory to folder backend-node-mongodb
1212

1313
```bash
14-
$ cd backend-node-mongodb
14+
cd backend-node-mongodb
1515
```
1616

1717
#### 3. Install dependencies
1818

1919
```bash
20-
$ npm install
20+
npm install
2121
```
2222

2323
#### 4. Run in developement mode
2424

2525
```bash
26-
$ npm start
26+
npm start
2727
```

0 commit comments

Comments
 (0)