Utils
This commit is contained in:
+10
-4
@@ -1,10 +1,16 @@
|
||||
Each script helps you to install compiler
|
||||
|
||||
Example to use docker:
|
||||
Examples to install
|
||||
|
||||
docker:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/docker.sh)
|
||||
|
||||
```
|
||||
go:
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/golang.sh)
|
||||
|
||||
```
|
||||
rust:
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/rust.sh)
|
||||
```bash
|
||||
. <(wget -qO- http://astrader.net:3006/sem/Utils/raw/branch/main/Installers/rust.sh)
|
||||
```
|
||||
Reference in New Issue
Block a user