diff --git a/README.md b/README.md
index 2abc450dbf26b92687cf66eac5af559de047d141..591f694496e29527c8484dd38bfcd79323681bee 100644
--- a/README.md
+++ b/README.md
@@ -1,10 +1,23 @@
 This is the code submission for Elliot Couvignou
 
-To run this program all you need to do is:
+:::WINDOWS:::
+to run this progrom all you need to do is:
+0. Open cmd
+1. type gcc Distinguish.c to compile
+2. type a.exe to run the program
+3. enter size of packet
+4. enter each index (0x__) separated by enter presses
+5. check my result :)
+
 
+
+:::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)
 2. type ./test to begin
-3. enter the packet data to distinguish (uint8_t 1D array)
-4. check my result :).
+3. enter size of packet
+4. enter each index (0x__) separated by enter presses
+5. check my result :)
 
 if for some reason things dont work try /make clean and repeat the steps.