docs: Add one-liner to install

This commit is contained in:
Serge Guzik 2019-02-14 19:43:19 +02:00
parent 72ca8260c8
commit 94391201ba

View File

@ -16,6 +16,16 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j
## Install ## Install
### One-liner
Installs latest versions of both `warp4j` and `warp-packer`:
```
$ eval "$(curl -fsSL https://raw.githubusercontent.com/guziks/warp4j/master/install)"
```
### Manual
First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `awk`, `curl`, `grep`, `sed`, `sort`, `tar`, `unzip`, optional: `zip`. Then install `warp4j` like this: First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `awk`, `curl`, `grep`, `sed`, `sort`, `tar`, `unzip`, optional: `zip`. Then install `warp4j` like this:
``` ```