Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 59894ab

Browse files
author
nickg
committed
fix install instructions
1 parent ed37467 commit 59894ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Correct commonly misspelled English words... quickly.
88
If you just want a binary and to start using `misspell`:
99

1010
```
11-
curl -o ./install-misspell.sh https://git.io/misspell
12-
/bin/sh ./install-misspell.sh
11+
curl -L -o ./install-misspell.sh https://git.io/misspell
12+
sh ./install-misspell.sh
1313
```
1414

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

0 commit comments

Comments
 (0)