From 763f73f0a8260596f3fe57920a5df0e92e6a1ef1 Mon Sep 17 00:00:00 2001 From: Casey Rodarmor Date: Mon, 31 Oct 2016 22:06:28 -0700 Subject: [PATCH] Readme and notes --- README.md | 4 ++-- notes | 10 ---------- 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 notes diff --git a/README.md b/README.md index f0288b1..dfdf11c 100644 --- a/README.md +++ b/README.md @@ -276,11 +276,11 @@ Feel free to send me the commands necessary to get syntax hilighting working in ### justfile grammar -A description of the grammar of justfiles can be found in [](grammar.md). +A description of the grammar of justfiles can be found in [grammar.md](grammar.md). ### just.sh -Before `just` was a bloated rust program it was a tiny shell script. If you would rather not or can't install rust you can find the old shellscript in [](extras/just.sh). This version uses `make`, so it may not be portable across systems. +Before `just` was a bloated rust program it was a tiny shell script. If you would rather not or can't install rust you can find the old shellscript in [extras/just.sh](extras/just.sh). This version uses `make`, so it may not be portable across systems. ### non-project specific justfile diff --git a/notes b/notes deleted file mode 100644 index 0e3c282..0000000 --- a/notes +++ /dev/null @@ -1,10 +0,0 @@ -todo ----- - -- try to get some users - . travis - . recurse center - . facebook friends - . irc - . r/rust - . hacker news