Skip to content
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

Install on Mac OS Silicon #6

Open
Guiraud opened this issue Aug 26, 2023 · 1 comment
Open

Install on Mac OS Silicon #6

Guiraud opened this issue Aug 26, 2023 · 1 comment

Comments

@Guiraud
Copy link

Guiraud commented Aug 26, 2023

Hi IMHO, for Mac OS it would be easier to install with this command :

sudo curl https://raw.githubusercontent.com/niedzielski/clipboard/main/cb -o /usr/local/bin/cb
sudo chamod a+x /usr/local/bin/cb
@niedzielski
Copy link
Owner

Thanks for the tip 👍 Nice and short because you don't need to worry about any PATH setup. I'm not a macOS user but I'm hesitant to suggest this approach because it requires super user permissions and modifies the installed files outside of the package manager. I think most CLI clipboard users will probably want to add multiple executables and my thinking is that the ~/bin approach is more sustainable. I'll leave this issue open in case other macOS users recommend it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants