From e44d23d3015ce44df900757f436d04abe0640796 Mon Sep 17 00:00:00 2001 From: Pavan Rikhi Date: Thu, 28 May 2015 20:41:12 -0400 Subject: [PATCH] Add OS X Install & Build Information to Readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d51e839..49157f6 100644 --- a/README.md +++ b/README.md @@ -33,14 +33,18 @@ Additional collections are available on the You will need version 36 or higher of `firefox` to run Pencil as a Firefox Extension. Linux users will need version 36 of either `firefox`, `iceweasel` or -`xulrunner`. The Windows installer has everything you need built-in. +`xulrunner`. The Windows installer and OS X archive has everything you need +built-in. ## Install -Windows, Linux & Firefox Packages are available for download from the +Windows, Linux, OS X & Firefox Packages are available for download from the [Releases Page][releases]. +To install the OS X package, unzip the archive and copy the `Pencil.app` folder +to your `Applications` directory. + For specific Linux distributions: * **Arch Linux** - Available in the [AUR][aur-pkg]. * **Nix/NixOS** - Run `nix-env -iA pencil`. You'll need to be tracking @@ -96,7 +100,8 @@ cd build ./build.sh mac ``` -This will create a `Pencil.app` in the `Outputs/` folder. +This will create a `Pencil.app` folder in `Outputs/Mac` and a compressed +version in `Outputs/`. ### Documentation