From d11e679e4b38c38efe8dd2979c249f1856bfe9ee Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Tue, 15 Nov 2016 19:29:41 -0800 Subject: [PATCH] Just is no longer a trival program ;_; (#120) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f77403..152052c 100644 --- a/README.md +++ b/README.md @@ -422,7 +422,7 @@ alias .j='just --justfile ~/.justfile --working-directory .' further ramblings ----------------- -`just` is a trivial program, but I personally find it very useful to write a `justfile` for almost every project, big or small. +I personally find it very useful to write a `justfile` for almost every project, big or small. On a big project with multiple contributers, it's very useful to have a file with all the commands needed to work on the project close at hand.