-
Notifications
You must be signed in to change notification settings - Fork 8
Installing on macOS
Evert Provoost edited this page Jan 28, 2018
·
6 revisions
Installing on macOS requires two steps:
-
Download the
Wrap_macOS.zip
file from the release page, open it and dragWrap.app
into you Applications folder. -
To make the command available from the terminal you open Terminal and execute:
sudo mkdir -p /usr/local/bin sudo ln -s /Applications/wrap.app/Contents/MacOS/wrap /usr/local/bin/wrap
This way when you type
wrap
, the shell is able to find the executable.
And you're ready to go!
For the best experience we do however recommend you install Courier Prime on your system, which is freely available on Quote-Unquote Apps's website.
Simply drag the Wrap app from the Applications folder into the trashcan and drag the new one from the ZIP into the Applications folder.
Then run: sudo ln -s /Applications/wrap.app/Contents/MacOS/wrap /usr/local/bin/wrap
and Wrap has been successfully updated.