Skip to content

Commit

Permalink
Merge pull request #79 from cd-CreepArghhh/change-use-to-usr-patch
Browse files Browse the repository at this point in the history
Change /use to /usr in README
  • Loading branch information
gabm authored May 2, 2024
2 parents 4824c26 + 36d60b9 commit 8070c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,10 +150,10 @@ You first need to install the native dependencies of Satty (see below) and then
make

# optional: install to /usr/local
PREFIX=/use/local make install
PREFIX=/usr/local make install

# optional: uninstall from /usr/local
PREFIX=/use/local make uninstall
PREFIX=/usr/local make uninstall
```

## Dependencies
Expand Down

0 comments on commit 8070c2a

Please sign in to comment.