docs: Add one-liner to install
This commit is contained in:
parent
72ca8260c8
commit
94391201ba
10
README.md
10
README.md
@ -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:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user