Link to cheatsheet from readme (#1053)

This commit is contained in:
Casey Rodarmor 2021-12-22 13:51:22 -06:00 committed by GitHub
parent b7ddb95587
commit 1c6deb1f58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -318,6 +318,8 @@ Feel free to send me the commands necessary to get syntax highlighting working i
See xref:Installation[] for how to install `just` on your computer. Try running `just --version` to make sure that it's installed correctly.
For an overview of the syntax, check out https://cheatography.com/linux-china/cheat-sheets/justfile/[this cheatsheet].
Once `just` is installed and working, create a file named `justfile` in the root of your project with the following contents:
```make