Installation
macOS
Courier is available via Homebrew. To install courier run:
brew install --cask blutui/courier/courierCreate a Courier token
- To securely add your access token to a
token.txtfile, use the following command:
printf "Enter your Courier access token: " && read -s TOKEN && echo $TOKEN > token.txtThis command prompts for the token input without displaying it on-screen, then saves it to token.txt file without recording it in shell history.
- Log in to Courier using your token file:
courier login --token < token.txt- Remember to delete the
token.txtfile once you have successfully logged into Courier.
Once configured, you're ready to start pushing and pulling projects.
Complete the getting started guide and learn how to start building your first project.
If you use Firefox please see the guide below
Upgrade on macOS
To upgrade to the latest version of courier, run:
brew upgrade --cask courierFirefox on macOS
To use courier dev on Firefox, you need to install nss (Network Security Services). NSS is a set of libraries designed to support cross-platform development of security-enabled client and server applications.
To install NSS on macOS run:
brew install nssLast updated on