From c5c222e6d21c6a28f0465f2c7a97ad63e95307ad Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Tue, 15 Jan 2019 15:43:17 -0700 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e3e14ef..cd445fc 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ This is a client app for NotePost. It has some offline capabilities and can be built for most platforms by using [Apache Cordova](https://cordova.apache.org) for mobile devices or [NW.js](https://nwjs.io) for PCs. +[Get prebuilt binaries here](https://build.netsyms.net/job/NotePostApp/) + Platform Support ---------------- @@ -35,9 +37,10 @@ Since this is a webapp, there isn't really a build process. 1. Install [Yarn](https://yarnpkg.com), and run `./yarninstall.sh` to grab dependencies. 2. Get [NW.js](https://nwjs.io) and unpack it into a folder (we'll use `~/nw.js`). 3. Move to the `www` folder in this repository and run `~/nw.js/nw .` -4. The process is basically the same for other OSes, just use the appropriate +4. The process is basically the same for non-Linux systems, just use the appropriate version of NW.js. + Building for Cordova/Android ----------------------------