File tree Expand file tree Collapse file tree 2 files changed +23
-9
lines changed
pop-cli-for-smart-contracts/welcome Expand file tree Collapse file tree 2 files changed +23
-9
lines changed Original file line number Diff line number Diff line change 11# Install Pop CLI
22
3- ### 1. Install Rust and Cargo
3+ ## 1. Install Pop CLI
4+
5+ ### 1.1 For MacOS
46
57``` bash
6- curl --proto ' =https ' --tlsv1.2 -sSf https://sh.rustup.rs | sh
8+ brew install r0gue-io/pop-cli/pop
79```
810
9- ### 2. Install Pop CLI
11+ ### 1.2 For any other OS
12+
13+ Firstly, install Rust:
14+ ``` bash
15+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
16+ ```
1017
18+ And now build pop-cli from source and install it:
1119``` bash
1220cargo install --force --locked pop-cli
1321```
1422
15- ### 3 . Set up your environment
23+ ## 2 . Set up your environment
1624
1725``` bash
1826pop install
Original file line number Diff line number Diff line change 11# Install Pop CLI
22
3- ### 1. Install Rust and Cargo
3+ ## 1. Install Pop CLI
4+
5+ ### 1.1 For MacOS
46
57``` bash
6- curl --proto ' =https ' --tlsv1.2 -sSf https://sh.rustup.rs | sh
8+ brew install r0gue-io/pop-cli/pop
79```
810
9- ### 2. Install Pop CLI
11+ ### 1.2 For any other OS
1012
11- > ** Note:** If you want to install Pop CLI for ink! v6 support, see [ Getting Started with ink! v6] ( migrating-to-inkv6.md ) .
13+ Firstly, install Rust:
14+ ``` bash
15+ curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
16+ ```
1217
18+ And now build pop-cli from source and install it:
1319``` bash
1420cargo install --force --locked pop-cli
1521```
1622
17- ### 3 . Set up your environment
23+ ## 2 . Set up your environment
1824
1925``` bash
2026pop install
You can’t perform that action at this time.
0 commit comments