Skip to content

Commit 92052e5

Browse files
committed
docs: update README
1 parent 426ed92 commit 92052e5

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

README.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,10 @@
22

33
> Self-maintained QuickJS Android Bindings.
44
5-
## Build
5+
## Download
66

7-
```bash
8-
git clone --recurse-submodules https://github.com/shiqimei/quickjs-android.git
9-
```
10-
11-
Open the folder `quickjs-android` in Android Studio.
7+
1. Download latest `.aar` from [release](https://github.com/shiqimei/quickjs-android/releases) page.
8+
2. In Android Studio: `File > New > New Module > Import .JAR/.AAR Package`, locate `.aar`, click `Finish`.
129

1310
## Usage
1411

@@ -36,6 +33,14 @@ try (JSRuntime runtime = quickJS.createJSRuntime()) {
3633

3734
See [Usages](./Usages.md) for advanced usages.
3835

36+
## Develop
37+
38+
```bash
39+
git clone --recurse-submodules https://github.com/shiqimei/quickjs-android.git
40+
```
41+
42+
Open the folder `quickjs-android` in Android Studio.
43+
3944
## Benchmark
4045

4146
This is a non-serious benchmark. The purpose is to compare the performance of QuickJS and V8 on Android.

0 commit comments

Comments
 (0)