Skip to content

Commit

Permalink
Fix build instructions
Browse files Browse the repository at this point in the history
So that it builds the release profile instead of the debug one...
  • Loading branch information
00-kat authored May 14, 2024
1 parent 09ac0a9 commit ebf39ed
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 @@ -147,7 +147,7 @@ You first need to install the native dependencies of Satty (see below) and then

```sh
# build release binary, located in ./target/release/satty
make
make build-release

# optional: install to /usr/local
PREFIX=/usr/local make install
Expand Down

0 comments on commit ebf39ed

Please sign in to comment.