Skip to content

Commit

Permalink
fix install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jun 10, 2017
1 parent ed37467 commit 59894ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,8 +8,8 @@ Correct commonly misspelled English words... quickly.
If you just want a binary and to start using `misspell`:

```
curl -o ./install-misspell.sh https://git.io/misspell
/bin/sh ./install-misspell.sh
curl -L -o ./install-misspell.sh https://git.io/misspell
sh ./install-misspell.sh
```

will install as `./bin/misspell`. You can adjust the download location using the `-b` flag. File a ticket if you want another platform supported.
Expand Down

0 comments on commit 59894ab

Please sign in to comment.