docs: Remove bash coloring

This commit is contained in:
Serge Guzik 2019-02-11 18:38:27 +02:00
parent c552c5a19d
commit 5284ac9b22

View File

@ -16,7 +16,7 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j
First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `curl`, `awk`, `sed`. Then install `warp4j` like this: First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `curl`, `awk`, `sed`. Then install `warp4j` like this:
```bash ```
$ LOCATION=/usr/local/bin \ $ LOCATION=/usr/local/bin \
LINK=https://raw.githubusercontent.com/guziks/warp4j/master/warp4j \ LINK=https://raw.githubusercontent.com/guziks/warp4j/master/warp4j \
TEMP_LOCATION=/tmp/warp4j \ TEMP_LOCATION=/tmp/warp4j \
@ -27,7 +27,7 @@ sudo mv $TEMP_LOCATION $LOCATION/warp4j
## Usage ## Usage
```bash ```
$ ls $ ls
my-app.jar my-app.jar
@ -51,7 +51,7 @@ my-app-windows-x64.zip
See help: See help:
```bash ```
$ wapr4j --help $ wapr4j --help
Usage: warp4j [options] <app.jar> Usage: warp4j [options] <app.jar>