From a319cfc48c130e83558ac477621785bc4033cbb3 Mon Sep 17 00:00:00 2001 From: Aaron LaBeau Date: Mon, 24 Jun 2024 09:01:18 -0500 Subject: [PATCH] updated small fixes --- docs/StartHere/install.md | 3 +-- docs/StartHere/prerequisties.md | 1 + 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/StartHere/install.md b/docs/StartHere/install.md index 43ab3d8..e22a12e 100644 --- a/docs/StartHere/install.md +++ b/docs/StartHere/install.md @@ -7,7 +7,7 @@ sidebar_position: 2 ## Get Started -To get started coding Couchbase Lite for Ionic Capacitor apps, you will need to clone the Ionic Plugin repo and build the plugin. +To get started coding Couchbase Lite for Ionic Capacitor apps, you will need to download the assets for the Ionic Plugin repo and build the plugin. :::note This plugin is currently under active development. The plugin is not yet available on npm. You must use a release from the GitHub repo. @@ -35,7 +35,6 @@ From the root directory change directory into the cbl-ionic folder: 3. Build and validate that the plugin works. The verify process will build the plugin and install the CocoaPods in iOS and the gradle files in Android for the plugin. ```shell - npm run build npm run verify ``` diff --git a/docs/StartHere/prerequisties.md b/docs/StartHere/prerequisties.md index da6aeaa..05cdaf7 100644 --- a/docs/StartHere/prerequisties.md +++ b/docs/StartHere/prerequisties.md @@ -43,4 +43,5 @@ A developer using this plugin should have a basic understanding of the following - [API 23 (Android 6)] or higher. Any apps using the plugin must be upgraded to API 23 or higher. Any older versions of Android are not supported. - [Android Studio](https://developer.android.com/studio?gad_source=1&gclid=CjwKCAjwzN-vBhAkEiwAYiO7oALYfxbMYW_zkuYoacS9TX16aItdvLYe6GB7_j1QwvXBjFDRkawfUBoComcQAvD_BwE&gclsrc=aw.ds) installed and working - Android SDK 34 >= installed and working (with command line tools) + - Java SDK v17 installed and configured to work with Android Studio - An Android Emulator downloaded and working \ No newline at end of file