Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickg committed Jun 10, 2017
1 parent 7317d8a commit ed37467
Show file tree
Hide file tree
Showing 2 changed files 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 ./godownloader-misspell.sh https://raw.githubusercontent.com/client9/misspell/master/godownloader-misspell.sh
/bin/sh ./godownloader-misspell.sh
curl -o ./install-misspell.sh https://git.io/misspell
/bin/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
File renamed without changes.

0 comments on commit ed37467

Please sign in to comment.