Skip to content

Commit

Permalink
Update the installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Brooks committed Jun 20, 2020
1 parent 8838dd8 commit 35ddd6b
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,7 @@ vgo is a tool for optimizing vector artwork files that helps ensure your vector

## Installation

Download the jar from the releases page.

Run it quickly by creating an alias or by creating and placing an executable script `vgo` on your path.

```
alias vgo="java -jar <PATH_TO_JAR>"
```

```
#!/bin/sh
java -jar <PATH_TO_JAR> "$@"
```
Download the distrobution from the releases page. Unzip it. Add the `bin` folder to your path.

## Command Line Interface

Expand Down

0 comments on commit 35ddd6b

Please sign in to comment.