macOS
These instructions will guide you on installing the necessary prerequisites for macOS to install Pop CLI and use all its features.
Install
First, we will need Homebrew - the macOS package manager. Run the following in your Terminal.
Make sure brew
installed properly.
And let's make sure brew
is up-to-date with the latest packages.
Now let's install the necessary packages.
Cool. Now let's install Rust.
Don't forget to update the shell to include the necessary environment variables.
You should now have Rust installed. Double check.
Now let's configure the Rust toolchain.
And add the nightly release channel.
You can confirm your Rust toolchain was installed properly with the following commands.
Awesome. The environment has now been set up. We are now ready to install and use Pop CLI.
Install Pop CLI
To install Pop CLI run the following command
Confirm that Pop CLI is installed by running pop --help
in your terminal
Last updated