-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use XDG base directory spec #93
Conversation
|
Giving users instructions to mess with their
tl;dr it's not my prefered way, but it's a personal opinion. However, the user does need to have root access. |
installation/index.qmd
Outdated
|
||
```bash | ||
curl -fsSL dl.viash.io | bash; mv viash $HOME/bin | ||
wget -qO- dl.viash.io | bash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wasn't the reason the original command used curl
that macOS doesn't necessarily have wget
but was sure to have curl
?
I agree, though I suggested installing it in |
Oh, I know, I know!
? |
I merged main in the PR, with all 3 options moving viash to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks!
change viash install directory
Close #92