From be9f43a0611ab7366ba4ea5e3b96a6810038cfde Mon Sep 17 00:00:00 2001 From: Morgan McMillian Date: Fri, 8 Nov 2019 07:07:48 -0800 Subject: [PATCH] update build requirements and link to notes --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8261c92..6a5a5c7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Goober, a mobile app for pnut.io -Copyright 2017 - 2018 Morgan McMillian +Copyright 2017 - 2019 Morgan McMillian Goober is a cross platform mobile client for pnut.io built using the Ionic framework (http://ionicframework.com/). @@ -19,14 +19,22 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. +  + +_**Specific details about my build environment can be found on the following Wiki page.**_ +https://gitlab.dreamfall.space/thrrgilag/Goober/wikis/build-notes + +  ## Core build dependencies +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 the latest Ionic and Cordova tools +* Install Ionic v3 and Cordova v8 ```bash -npm install -g ionic cordova +npm install -g ionic@3 cordova@8 ```