From a1277f312c2c430065b8ff19da95b28bbc1aa304 Mon Sep 17 00:00:00 2001 From: esc2 <esc2@illinois.edu> Date: Mon, 4 Feb 2019 23:30:34 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b049c23..1cfaf1a 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 -- GitLab