Linux
These instructions will guide you on installing the necessary prerequisites for Linux to install Pop CLI and use all its features.
For Fedora
For OpenSUSE
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