ok-borg / borg

Search and save shell snippets without leaving your terminal
Apache License 2.0
1.6k stars 58 forks source link

Mac OSX Support #13

Closed kageiit closed 8 years ago

kageiit commented 8 years ago

Could not run borg on osx

crufter commented 8 years ago

Hey, @kageiit,

If you don't have Go installed, try this

wget https://github.com/crufter/borg/blob/master/builds/borg_darwin_amd64\?raw\=true -O /usr/local/bin/borg
chmod 755 /usr/local/bin/borg

Reopen this if it still does not work for you.

kageiit commented 8 years ago

That works. Thanks!