Skip to content

Commit f1dfbbe

Browse files
committed
📖 DOC: Installation on Linux with script
1 parent f473a05 commit f1dfbbe

File tree

2 files changed

+16
-10
lines changed

2 files changed

+16
-10
lines changed

‎README.md‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

‎docs/index.md‎

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)