Update README with build/run instructions

This commit is contained in:
karl 2020-11-04 16:06:26 +01:00
parent bb70b3e9b1
commit 72a0bdb9e4

View File

@ -9,3 +9,9 @@ The input file must contain the number of columns and rows to expect. Live cells
...
.x.
```
## Build & Run
Build with `make`.
Run with `./gol --load infile.gol --save outfile.gol --generations 100`. Optionally, also print a time measurement to stdout with `--measure`.