We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installation instructions are not POSIX compliant, which could be useful e.g. when installing zsh starting from busybox.
$ bash --posix -c "zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1 --keep" bash: -c: line 0: syntax error near unexpected token `(' bash: -c: line 0: `zsh <(curl -s https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh) --branch release-v1 --keep'
POSIX compliant alternative:
bash --posix -c "curl -sSf https://raw.githubusercontent.com/zap-zsh/zap/master/install.zsh | zsh -s -- --branch release-v1 --keep" ⚡ Zap - Installer
No response
Fedora Linux, macOS
5.9
1.2.3
Alacritty
None
The text was updated successfully, but these errors were encountered:
It is also somewhat idiomatic pattern among open source projects (e.g. https://www.rust-lang.org/tools/install).
Sorry, something went wrong.
No branches or pull requests
Describe the bug
Installation instructions are not POSIX compliant, which could be useful e.g. when installing zsh starting from busybox.
Steps to reproduce
Expected behavior
POSIX compliant alternative:
Screenshots and recordings
No response
OS / Linux distribution
Fedora Linux, macOS
Zsh version
5.9
Zap version
1.2.3
Terminal emulator
Alacritty
If using WSL on Windows, which version of WSL
None
Additional context
No response
The text was updated successfully, but these errors were encountered: