From b0030d10911780a4089b35defb011f33badf9956 Mon Sep 17 00:00:00 2001 From: Tait Hoyem <44244401+TTWNO@users.noreply.github.com> Date: Fri, 5 Apr 2019 22:21:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3090f3f..2628029 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,12 @@ Will turn into game eventually. ### Compiling `cd src` + `make && ./chess.out` #### Comiling Tests `cd tests` + `make && ./tests.out -s` The -s option prints the values of tests that pass, as well as tests that fail.