From 88ae512ae18bb17c8fe7f19ce88b036cc36ea3a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christer=20War=C3=A9n?= Date: Wed, 1 May 2024 01:47:53 +0300 Subject: [PATCH] Update Install instructions in README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e58e4a2..f33ddff 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ ## Install ``` -sudo curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o /opt/wx &> /dev/null -sudo ln -sf /opt/wx /usr/bin/wx &> /dev/null -sudo chmod +x /usr/bin/wx &> /dev/null +mkdir $HOME/bin &> /dev/null +curl https://git.waren.io/warengroup/wx/raw/branch/master/wx -o $HOME/bin/wx &> /dev/null +chmod +x $HOME/bin/wx &> /dev/null +PATH="$HOME/bin:$PATH" ```