Skip to content

Commit

Permalink
Align, clarify Bash comments
Browse files Browse the repository at this point in the history
This makes the installation instructions a little easier to read.
  • Loading branch information
mmwtsn committed Mar 13, 2016
1 parent 081b32e commit 01ccff3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@ 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
$ stack setup # Only if you haven't run this before
$ stack build # Note the path to your executable
$ ln -s /usr/local/sbin EXEC_PATH # Use executable path from above
```

## Quick start

```bash
$ mkdir ~/.standups # Create the directory where standups will be saved
$ standups --help # See the list of all possible subcommands
$ standups new # Create your first standup
$ standups --help # See the list of all possible subcommands
$ standups new # Create your first standup
```

## Guide
Expand Down

0 comments on commit 01ccff3

Please sign in to comment.