Skip to content

Commit 6bd5c87

Browse files
authored
feat: update pop-install instructions from macos (#53)
1 parent 31b97df commit 6bd5c87

File tree

2 files changed

+23
-9
lines changed

2 files changed

+23
-9
lines changed

pop-cli-for-appchains/install-pop-cli.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
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
1220
cargo install --force --locked pop-cli
1321
```
1422

15-
### 3. Set up your environment
23+
## 2. Set up your environment
1624

1725
```bash
1826
pop install

pop-cli-for-smart-contracts/welcome/install-pop-cli.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
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
1420
cargo install --force --locked pop-cli
1521
```
1622

17-
### 3. Set up your environment
23+
## 2. Set up your environment
1824

1925
```bash
2026
pop install

0 commit comments

Comments
 (0)