Skip to content

Commit 31473fe

Browse files
committed
fix README and add OXS and Windows instructions
1 parent 1000af3 commit 31473fe

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,18 @@ The test are written in the [Criterion](https://github.com/Snaipe/Criterion) uni
1010

1111
## How to run
1212

13-
### On Linux:
13+
### On Linux/OSX:
1414

1515
1. Install [Criterion](https://github.com/Snaipe/Criterion)
1616
2. run `make clean all`
17-
2a. Install `make`: for `apt` based systems like Debian or Ubuntu, use `sudo apt-get install make`
18-
2b. Install `gcc`: `sudo apt-get install gcc`
1917
3. run `bin/c_koans`
2018
4. Start fixing!
2119

20+
### On Windows:
21+
22+
1. Get a Linux command line ([Cygwin](http://www.cygwin.com/), [Windows Linux Subsystem](https://docs.microsoft.com/en-us/windows/wsl/install-win10), or whichever you prefer)
23+
2. Follow the Linux/OSX instructions!
24+
2225
## Sections
2326

2427
Inside `src/` you will find a file for each of the following topics in C:

0 commit comments

Comments
 (0)