diff --git a/README.md b/README.md index b049c2350350179571e99a20d8d542b90117e8eb..1cfaf1abedfefa0f64b212a0120c9bdb0b3c2d74 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This is the code submission for Elliot Couvignou :::WINDOWS::: to run this progrom all you need to do is: -0. Open cmd +0. Open cmd change to this directory 1. type gcc Distinguish.c to compile 2. type a.exe to run the program 3. enter size of packet @@ -15,8 +15,8 @@ to run this progrom all you need to do is: :::FOR LINUX::: To run this program all you need to do is: -0. Open a terminal -1. type make to compile (in the correct directory) +0. Open a terminal change to this directory +1. type make to compile (Note: uses gcc) 2. type ./test to begin 3. enter size of packet 4. enter each index (0x__) separated by enter presses