From 1c0dc284fedce8c789819212b300885b15eee348 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 16 Apr 2019 22:40:55 -0700 Subject: [PATCH] Fix readme command line (#411) --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index e525de3..372d63b 100644 --- a/README.adoc +++ b/README.adoc @@ -29,7 +29,7 @@ test TEST: build You can then run them with `just COMMAND`: ```sh -$ just test +$ just test-all cc *.c -o main ./test --all Yay, all your tests passed!