Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
hmes98318 committed Jan 10, 2023
1 parent b9ecf9e commit 9bad929
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ TCP/IP network programming class final report.
pip install -r requirements.txt
```

### Entrypoint
### Open The Directory
```
cd src/
```

### Entrypoint
```
python ./main.py
```
Expand Down
2 changes: 1 addition & 1 deletion server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ brew services start mongodb-community@6.0
The version number at the end changes according to the installed version.


### Open Directory
### Open The Directory
```
cd server/
```
Expand Down

0 comments on commit 9bad929

Please sign in to comment.