Skip to content

Commit

Permalink
updated small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
biozal committed Jun 24, 2024
1 parent 12c52ef commit a319cfc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions docs/StartHere/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
```

Expand Down
1 change: 1 addition & 0 deletions docs/StartHere/prerequisties.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a319cfc

Please sign in to comment.