Update README.md

Specify cloned repo name
This commit is contained in:
Minh Tran Nhat 2024-01-02 20:26:45 -05:00 committed by GitHub
parent 865529c402
commit 25330ab6c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# MyFTP # MyFTP
A Python implementation of a FTP server. Supports both TCP and UDP protocols. Tested on Python 3.11 and Python 3.10. A Python implementation of a FTP client - server. Supports both TCP and UDP protocols. Tested on Python 3.11 and Python 3.10.
## Dependencies ## Dependencies
@ -53,6 +53,7 @@ Run `python3 src/myftp/server.py --debug 1 --directory server_directory`
### Setup ### Setup
- `git clone https://github.com/minhtrannhat/MyFTP.git project`
- Make you are at the root of this repo. - Make you are at the root of this repo.
- Build the system with `make build`. - Build the system with `make build`.
- Wait 10 seconds. - Wait 10 seconds.