You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
12
12
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:
0 commit comments