Skip to content

Commit

Permalink
Merge pull request noisetorch#373 from thomaspeissl/patch-1
Browse files Browse the repository at this point in the history
docs: create ~/.local/bin dir
  • Loading branch information
TheDukeofErl authored Jan 28, 2023
2 parents 7563350 + e964ec4 commit 254802e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,8 @@ Install the Go compiler from [golang.org](https://golang.org/). And make sure yo
To install it:

```shell
cp ./bin/noisetorch ~/.local/bin
mkdir -p ~/.local/bin
cp ./bin/noisetorch ~/.local/bin/
cp ./assets/noisetorch.desktop ~/.local/share/applications
cp ./assets/icon/noisetorch.png ~/.local/share/icons/hicolor/256x256/apps
```
Expand Down

0 comments on commit 254802e

Please sign in to comment.