tweak the README to remove cordova 8 restriction and add config.xml to
ignore list
This commit is contained in:
parent
d73d8d5a6d
commit
d6492c54dd
2 changed files with 4 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -33,4 +33,5 @@ UserInterfaceState.xcuserstate
|
||||||
|
|
||||||
# other bits
|
# other bits
|
||||||
pnut-oauth.ts
|
pnut-oauth.ts
|
||||||
platforms
|
platforms
|
||||||
|
config.xml
|
|
@ -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.
|
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 Node.js (https://nodejs.org)
|
||||||
* Install Ionic v3 and Cordova v8
|
* Install Ionic v3 and Cordova
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -g ionic@3 cordova@8
|
npm install -g ionic@3 cordova
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue