From 0628109eaa0a5b106ea824b04d3298511cb0b1b1 Mon Sep 17 00:00:00 2001 From: Masayuki Ono Date: Thu, 4 May 2017 13:36:08 +0900 Subject: [PATCH] Update README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5b825380..4dde262e 100644 --- a/README.md +++ b/README.md @@ -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`. @@ -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.