description |
---|
Instructions on how to upgrade to the latest version of Mailchain |
To check which version of Mailchain you are running, use the mailchain version
command. For example:`
$ mailchain version
Version: v0.0.36
The latest release version can be seen on the Mailchain releases page on Github.
If you used Homebrew to install Mailchain, you can easily upgrade by running:
brew upgrade mailchain
You can check if Mailchain was installed with Homebrew by running:
brew list mailchain
Installed: /usr/local/Cellar/mailchain/X.Y.Z/bin/mailchain
Not installed: Error: No such keg: /usr/local/Cellar/mailchain
To upgrade Mailchain suing the installation scripts, run the following command to download and upgrade the application on your local machine.
curl -sL https://run.mailchain.xyz/install.sh | sh
To choose where to store the application, you can install mailchain manually.
Download the application directly via the Mailchain releases page. Save it to the directory you initially saved mailchain to (we recommended you save it in your home directory: ~/.mailchain/bin
).
To check where Mailchain was saved to, run the following command in Terminal:
which mailchain