Update README.md

master
Skylar Ittner 5 years ago
parent ed795e457e
commit c5c222e6d2

@ -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) built for most platforms by using [Apache Cordova](https://cordova.apache.org)
for mobile devices or [NW.js](https://nwjs.io) for PCs. for mobile devices or [NW.js](https://nwjs.io) for PCs.
[Get prebuilt binaries here](https://build.netsyms.net/job/NotePostApp/)
Platform Support 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. 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`). 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 .` 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. version of NW.js.
Building for Cordova/Android Building for Cordova/Android
---------------------------- ----------------------------

Loading…
Cancel
Save