Skip to content

Commit 15415c6

Browse files
author
Alessio Treglia
authored
docs: Update install instructions (ignite#794)
* Update install instructions * Update docs/1 Introduction/2 Install.md
1 parent 807d1bc commit 15415c6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/1 Introduction/2 Install.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,18 @@ curl https://get.starport.network/starport! | bash
1010

1111
This command will download the latest `starport` binary from Github and install it into `/usr/local/bin`. To learn more about how to install previous versions of the binary, refer to the [documentation](https://github.com/allinbits/starport-installer).
1212

13+
If the installer fails due to `/usr/local/bin/` not being writable by the user, then execute the following command:
14+
15+
```
16+
curl https://get.starport.network/starport | bash
17+
```
18+
19+
Finally, move the `starport` executable to `/usr/local/bin/` manually:
20+
21+
```
22+
sudo mv starport /usr/local/bin/
23+
```
24+
1325
## macOS with Homebrew
1426

1527
```

0 commit comments

Comments
 (0)