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 ----------------------------