tweak the README to remove cordova 8 restriction and add config.xml to

ignore list
This commit is contained in:
Morgan McMillian 2019-11-08 17:07:46 -08:00
parent d73d8d5a6d
commit d6492c54dd
2 changed files with 4 additions and 3 deletions

1
.gitignore vendored
View file

@ -34,3 +34,4 @@ UserInterfaceState.xcuserstate
# other bits
pnut-oauth.ts
platforms
config.xml

View file

@ -31,10 +31,10 @@ https://gitlab.dreamfall.space/thrrgilag/Goober/wikis/build-notes
Goober was developed using v3 of the Ionic framework. Since Goober's initial development Ionic has made major breaking changes starting with v4 and as a result this app no longer builds with the latest version of those tools.
* Install Node.js (https://nodejs.org)
* Install Ionic v3 and Cordova v8
* Install Ionic v3 and Cordova
```bash
npm install -g ionic@3 cordova@8
npm install -g ionic@3 cordova
```