Skip to content

Commit

Permalink
words
Browse files Browse the repository at this point in the history
  • Loading branch information
nitaliano committed Jun 27, 2024
1 parent b5070ce commit d41ae89
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/local-dev-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d41ae89

Please sign in to comment.