Skip to content

Commit d882e07

Browse files
authored
Update README.md
1 parent 895a126 commit d882e07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Download the bash script file and execute it like this `bash script.sh`.
1010
1. Run `sudo curl https://raw.githubusercontent.com/faessler/bash-write-img-to-disk/master/witd -o /usr/local/bin/witd && sudo chmod 755 witd` to download the binary and put it in _/usr/local/bin_.
1111
2. After that you can execute `witd` from anywhere.
1212

13-
Note: You can put the binary also in another directory if you don't want to use _/user/local/bin_. If you use _/user/local/bin_ make sure that the directory exists and is in your path (`echo $PATH`). Execute `export PATH=$PATH:/usr/local/bin` to add it to your path.
13+
Note: You can put the binary also in another directory if you don't want to use _/usr/local/bin_. If you use _/usr/local/bin_ make sure that the directory exists and is in your path (`echo $PATH`). Execute `export PATH=$PATH:/usr/local/bin` to add it to your path.
1414

1515
## Preview
1616
Follow the instructions in the terminal.

0 commit comments

Comments
 (0)