File tree Expand file tree Collapse file tree 2 files changed +16
-10
lines changed
Expand file tree Collapse file tree 2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,16 @@ This will make it easier for developers to manage and deploy applications on Jel
1616
1717#### From binary
1818
19- * Debian/Ubuntu
19+ * Linux/Darwin
2020
2121``` bash
22- wget https://github.com/yoanbernabeu/GoJelastic/releases/download/v0.1.2/GoJelastic-0.1.2-linux-amd64.tar.gz
23- tar -xvzf GoJelastic-0.1.2-linux-amd64.tar.gz
24- sudo mv GoJelastic /usr/local/bin/
25- sudo chmod +x /usr/local/bin/GoJelastic
22+ # With wget
23+ wget -qO- https://raw.githubusercontent.com/yoanbernabeu/GoJelastic/main/install.sh | bash
24+ ```
25+
26+ ``` bash
27+ # With curl
28+ curl -sL https://raw.githubusercontent.com/yoanbernabeu/GoJelastic/main/install.sh | bash
2629```
2730
2831* Other Operating Systems
Original file line number Diff line number Diff line change @@ -16,13 +16,16 @@ This will make it easier for developers to manage and deploy applications on Jel
1616
1717#### From binary
1818
19- * Debian/Ubuntu
19+ * Linux/Darwin
2020
2121``` bash
22- wget https://github.com/yoanbernabeu/GoJelastic/releases/download/v0.1.2/GoJelastic-0.1.2-linux-amd64.tar.gz
23- tar -xvzf GoJelastic-0.1.2-linux-amd64.tar.gz
24- sudo mv GoJelastic /usr/local/bin/
25- sudo chmod +x /usr/local/bin/GoJelastic
22+ # With wget
23+ wget -qO- https://raw.githubusercontent.com/yoanbernabeu/GoJelastic/main/install.sh | bash
24+ ```
25+
26+ ``` bash
27+ # With curl
28+ curl -sL https://raw.githubusercontent.com/yoanbernabeu/GoJelastic/main/install.sh | bash
2629```
2730
2831* Other Operating Systems
You can’t perform that action at this time.
0 commit comments