-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
better install instructions #229
Comments
For its (automated) installation, I have been using something like:
|
@sw-yx After installing with homebrew try running |
cool i mean i have it running right now so its not a problem but if the plain fact is that |
Yeah that's a good point I agree. |
Just putting |
The Caveats after
|
I'm using the following with macOS and zsh to install z idempotently:
+1 for adding instructions to the README |
I had to do the following for git clone https://github.com/rupa/z/ ~/tmp/z
chmod +x ~/tmp/z/z.sh
sudo mv ~/tmp/z/z.sh /usr/local/bin/
sudo mkdir -p /usr/local/share/man/man1 # create the man1 directory if it does not exist
sudo mv ~/tmp/z/z.1 /usr/local/share/man/man1/ # move z.1 file under the man1 directory
rm -rf ~/tmp/z |
brew install z didnt work for me
so here is @wesbos' instructions https://www.youtube.com/watch?v=qbNn5zJLZU0
these should prob be included in the readme..
The text was updated successfully, but these errors were encountered: