Skip to content

Commit

Permalink
Add example of running a command to top of readme (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
casey authored Mar 5, 2018
1 parent 76ac509 commit ec56336
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ test TEST: build
./test --test {{TEST}}
```
You can then run them with `just COMMAND`:
```sh
$ just test
cc *.c -o main
./test --all
Yay, all your tests passed!
```
`just` produces detailed error messages and avoids `make`’s idiosyncrasies, so debugging a justfile is easier and less surprising than debugging a makefile.
If you need help with `just` please feel free to open an issue or let me know on link:https://gitter.im/just-because/Lobby[gitter]. Feature requests and bug reports are always welcome!
Expand Down

0 comments on commit ec56336

Please sign in to comment.