From 863ca02799ded10c1e1018cad9df646ca157cad2 Mon Sep 17 00:00:00 2001 From: esc2 <esc2@illinois.edu> Date: Mon, 4 Feb 2019 23:20:13 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 591f694..b049c23 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is the code submission for Elliot Couvignou :::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 @@ -13,6 +14,7 @@ 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) 2. type ./test to begin -- GitLab