Skip to content

Commit

Permalink
Update steps in README
Browse files Browse the repository at this point in the history
  • Loading branch information
eomielan committed Oct 17, 2024
1 parent a00d0f6 commit 49bd225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ In order to account for unreliable network connectivity, we first establish a re

Follow these steps to run the program:

1. Install g++ and run it on Ubuntu or macOS.
1. Ensure that `gcc` is installed on your system.
2. (optional) If you have built the binaries before, run `make clean` to clean the executable files.
3. In the terminal, run `make`.
4. To start the sender, run `./sender receiver_hostname receiver_port filename_to_xfer bytes_to_xfer`
Expand Down

0 comments on commit 49bd225

Please sign in to comment.