From 25330ab6c84effb0fde9d51c516b80d81e54d0d7 Mon Sep 17 00:00:00 2001 From: Minh Tran Nhat Date: Tue, 2 Jan 2024 20:26:45 -0500 Subject: [PATCH] Update README.md Specify cloned repo name --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d6e9d2b..13a8f55 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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 @@ -53,6 +53,7 @@ Run `python3 src/myftp/server.py --debug 1 --directory server_directory` ### Setup +- `git clone https://github.com/minhtrannhat/MyFTP.git project` - Make you are at the root of this repo. - Build the system with `make build`. - Wait 10 seconds.