Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mono0926 committed May 4, 2017
1 parent 92c3aae commit 0628109
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@

## Install LicensePlist

### [Download the executable binary](https://github.com/mono0926/LicensePlist/releases)

Download from [releases](https://github.com/mono0926/LicensePlist/releases), then copy to `/usr/local/bin/license-plist` etc.

### From Source

Clone the master branch of the repository, then run `make install`.
Expand All @@ -19,6 +23,12 @@ $ git clone https://github.com/mono0926/LicensePlist.git
$ make install
```

Or you can also install by one-liner.

```sh
`curl -fsSL https://github.com/mono0926/LicensePlist/raw/master/install.sh | sh`
```

- **Homebrew**: Not supported yet.
- **Download from [Releases](https://github.com/mono0926/LicensePlist/releases)**: Not supported yet.
- Dynamic Link Library problem.

0 comments on commit 0628109

Please sign in to comment.