Skip to content

Commit 650e9e6

Browse files
committed
docs: add install.sh installation script
Signed-off-by: Yves Brissaud <[email protected]>
1 parent 5aee5e0 commit 650e9e6

File tree

3 files changed

+743
-0
lines changed

3 files changed

+743
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,22 @@ The `runx` image manifest will reference at max two layers, one for the `runx.ya
268268

269269
## CLI Plugin Installation
270270

271+
### Script Installation (macOS and Linux)
272+
273+
Install the `docker-runx` CLI plugin using the following command:
274+
275+
```sh
276+
curl -sSfL https://raw.githubusercontent.com/eunomie/docker-runx/main/install.sh | sh -s --
277+
```
278+
279+
You can also download [the installation script](./install.sh) and run it locally:
280+
281+
```sh
282+
DOWNLOAD_TAG_INSTALL_SCRIPT=false sh install.sh
283+
```
284+
285+
Please be sure to have the `install.sh` script corresponding to the version you want to install.
286+
271287
### Manual Installation
272288

273289
<details>

docs/index.markdown

+17
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,23 @@ The `runx` image manifest will reference at max two layers, one for the `runx.ya
273273

274274
## CLI Plugin Installation
275275

276+
### Script Installation (macOS and Linux)
277+
278+
Install the `docker-runx` CLI plugin using the following command:
279+
280+
```sh
281+
curl -sSfL https://raw.githubusercontent.com/eunomie/docker-runx/main/install.sh | sh -s --
282+
```
283+
284+
You can also download [the installation script](https://github.com/eunomie/docker-runx/blob/main/install.sh) and run it locally:
285+
286+
```sh
287+
DOWNLOAD_TAG_INSTALL_SCRIPT=false sh install.sh
288+
```
289+
290+
Please be sure to have the `install.sh` script corresponding to the version you want to install.
291+
292+
276293
### Manual Installation
277294

278295
To install it manually:

0 commit comments

Comments
 (0)