From bcada80def316a6efc8bd1f1124d9cc29211f4ca Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Wed, 26 Oct 2016 18:20:08 +0100 Subject: [PATCH] docs: revise PUBLISHING.md - Fix typos. - Add Windows to package instructions. --- docs/PUBLISHING.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/PUBLISHING.md b/docs/PUBLISHING.md index a62cd7b7..abf2ae35 100644 --- a/docs/PUBLISHING.md +++ b/docs/PUBLISHING.md @@ -21,7 +21,7 @@ packaging for OS X. ### Windows 1. Get access to our code signing certificate and decryption key as a Resin.io -employee by asking for it to the relevant people. +employee by asking for it from the relevant people. 2. Place the certificate in the root of the Etcher repository naming it `certificate.p12`. @@ -31,6 +31,8 @@ Packaging The resulting installers will be saved to `etcher-release/installers`. +### OS X + Run the following command: ```sh @@ -45,6 +47,14 @@ Run the following command: $ ./scripts/build/linux.sh all ``` +### Windows + +Run the following command: + +```sh +> .\scripts\build\windows.bat all +``` + Publishing ---------- @@ -54,7 +64,7 @@ Make sure you have the [AWS CLI tool][aws-cli] installed and configured to access Resin.io's production downloads S3 bucket. > The publishing script only runs on UNIX based operating systems for now. You -> can use something like [Cygwin](https://cygwin.com) to run it on Windows. +> can use something like [Cygwin][cygwin] to run it on Windows. Run the following command: @@ -62,5 +72,5 @@ Run the following command: ./scripts/publish.sh ``` -[package-json]: https://github.com/resin-io/etcher/blob/master/package.json -[aws-cli]: https://aws.amazon.com/cli://aws.amazon.com/cli/ +[aws-cli]: https://aws.amazon.com/cli +[cygwin]: https://cygwin.com