From 5fc6cd3dc83edb3934515fb3b699b6bc03553053 Mon Sep 17 00:00:00 2001 From: "M. Maxwell Watson" Date: Sun, 13 Mar 2016 16:37:01 -0400 Subject: [PATCH] Add missing syntax tag This will turn on syntax highlighting for the inline comments. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 62b8f37..46bf8ca 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Manage daily standups from the command line. With [Stack](http://docs.haskellstack.org/en/stable/README/) installed, clone the repository and run: -``` +```bash $ stack setup # Only if you haven't run this before $ stack build # Find the path the executable is installed $ ln -s /usr/local/sbin CLI_PATH # Use executable path from above