From ebf39ed20b89e58fe20aeb629d3f46094a2c44f6 Mon Sep 17 00:00:00 2001 From: Kat <65649991+00-kat@users.noreply.github.com> Date: Tue, 14 May 2024 13:55:11 +0000 Subject: [PATCH] Fix build instructions So that it builds the release profile instead of the debug one... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 534130b..116c190 100644 --- a/README.md +++ b/README.md @@ -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