From d41ae896211e7c74f488d8158f7eb17ad5d64d04 Mon Sep 17 00:00:00 2001 From: "italiano@oplabs.co" Date: Thu, 27 Jun 2024 15:59:09 -0400 Subject: [PATCH] words --- scripts/local-dev-setup.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/local-dev-setup.sh b/scripts/local-dev-setup.sh index e50fdee9..ed78142b 100755 --- a/scripts/local-dev-setup.sh +++ b/scripts/local-dev-setup.sh @@ -13,9 +13,7 @@ if ! command -v just > /dev/null 2>&1; then # download and extract just to ~/bin/just curl --proto '=https' --tlsv1.2 -sSf https://just.systems/install.sh | bash -s -- --to ~/bin - # add `~/bin` to the paths that your shell searches for executables - # this line should be added to your shells initialization file, - # e.g. `~/.bashrc` or `~/.zshrc` + # add `~/bin` to your path export PATH="$PATH:$HOME/bin" echo "just has been installed"