From 36d60b94f1c19dc47bca9b66f1fb99a25c879754 Mon Sep 17 00:00:00 2001 From: cd CreepArghhh_ <65649991+cd-CreepArghhh@users.noreply.github.com> Date: Wed, 1 May 2024 14:22:37 +0000 Subject: [PATCH] Change /use to /usr in README It was kinda annoying me :laughing: --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cdb26a6..534130b 100644 --- a/README.md +++ b/README.md @@ -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