Skip to content

Commit

Permalink
fixed missing quote in command line example
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmaboy committed Jun 20, 2020
1 parent 93c4298 commit 8ac7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test -d "${HOME}/bin" && ln -s "$(pwd)"/nps_*.sh "$(pwd)"/pyNPU.py "${HOME}/bin"

If you don't have *${HOME}/bin* in your *${PATH}*, try the following.
```bash
test -d "/usr/local/bin" && sudo ln -s "$(pwd)"/nps_*.sh $(pwd)"/pyNPU.py "/usr/local/bin/"
test -d "/usr/local/bin" && sudo ln -s "$(pwd)"/nps_*.sh "$(pwd)"/pyNPU.py "/usr/local/bin/"
```

## Script examples
Expand Down

0 comments on commit 8ac7867

Please sign in to comment.