diff --git a/README.md b/README.md index 9a8e79f..375eaad 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j ## 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: ```