Fix readme typo (#108)

'rather not rust' -> 'rather not install rust'
This commit is contained in:
Casey Rodarmor 2016-11-13 14:07:04 -08:00 committed by GitHub
parent 10c377b88c
commit 1e7a0fa63b

View File

@ -364,7 +364,7 @@ A description of the grammar of justfiles can be found in [GRAMMAR.md](GRAMMAR.m
### just.sh ### just.sh
Before `just` was a bloated rust program it was a tiny shell script that called `make`. If you can't or would rather not rust you can find the old version in [extras/just.sh](extras/just.sh). Before `just` was a bloated rust program it was a tiny shell script that called `make`. If you can't or would rather not install rust you can find the old version in [extras/just.sh](extras/just.sh).
### non-project specific justfile ### non-project specific justfile