Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ 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
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

U sure this will work? Is jelly-cli guaranteed to be in PATH at this point?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, we have a check earlier in the script that adds jelly-cli to PATH if it is not already there