Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ If you are using Linux (x86_64, ARM64), macOS (ARM64), or WSL on Windows, the re
To do so, run:

```shell
. <(curl -sSfL https://raw.githubusercontent.com/Jelly-RDF/cli/main/install.sh)
. <(curl -sSfL https://w3id.org/jelly/setup-cli.sh)
jelly-cli
```

Expand Down
10 changes: 2 additions & 8 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,5 @@ else
exit 1
fi

# Check if zsh or bash is being used and source the appropriate file
if expr "$SHELL" : '.*zsh' >/dev/null; then
echo "Run source ""$HOME/.zshrc"" or restart your terminal to permanently link the jelly-cli command."
elif expr "$SHELL" : '.*bash' >/dev/null; then
echo "Run source ""$HOME/.bashrc"" or restart your terminal to permanently link the jelly-cli command."
fi


jelly-cli completions install > /dev/null
eval "$(jelly-cli completions install --env)"