From 9bad929a9a355f972fca47e88c1fafe5d5553259 Mon Sep 17 00:00:00 2001 From: hmes98318 <52697423+hmes98318@users.noreply.github.com> Date: Tue, 10 Jan 2023 22:37:58 +0800 Subject: [PATCH] Update README --- README.md | 3 ++- server/README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3feb8a..ab8b4a4 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/server/README.md b/server/README.md index 4d3f91f..f864b31 100644 --- a/server/README.md +++ b/server/README.md @@ -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/ ```