From 72a0bdb9e48b82b16f10712d91a2ec4b24a0de34 Mon Sep 17 00:00:00 2001 From: karl Date: Wed, 4 Nov 2020 16:06:26 +0100 Subject: [PATCH] Update README with build/run instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 428f897..c736d62 100644 --- a/README.md +++ b/README.md @@ -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`.