git clone https://git.lucas.co/fontpreview.git
added method to install it locally
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 553b91d..6eca6a7 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,17 @@ $ cd fontpreview
$ sudo make install
```
+### Install it locally
+```
+# Download the fontpreview source code, save as fontpreview
+# and make it executeable
+$ curl -L https://git.io/raw_fontpreview > fontpreview && chmod +x fontpreview
+
+# Then move fontpreview to somewhere in your $PATH
+# Here is an example
+$ mv fontpreview ~/scripts/
+```
+
## Usage
```
$ fontpreview --help