Skip to content

Commit

Permalink
Add links
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed Dec 7, 2024
1 parent d61613f commit 8d6eb35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ Example of embedding Bare in an Android application using <https://github.com/ho

## Building

To keep the build process fast and efficient, the project relies on a Bare Kit prebuild being available in the `app/libs/` directory. Prior to building the project, you must therefore either clone and compile Bare Kit from source, or download the latest prebuild from GitHub. The latter is easily accomplished using the [GitHub CLI](https://cli.github.com):
To keep the build process fast and efficient, the project relies on a Bare Kit prebuild being available in the [`app/libs/`](app/libs) directory. Prior to building the project, you must therefore either clone and compile Bare Kit from source, or download the latest prebuild from GitHub. The latter is easily accomplished using the [GitHub CLI](https://cli.github.com):

```console
gh release download --repo holepunchto/bare-kit <version>
```

Unpack the resulting `prebuilds.zip` archive and move the `android/bare-kit/` directory into `app/libs/`. When finished, either open the project in Android Studio or build it from the commandline:
Unpack the resulting `prebuilds.zip` archive and move the `android/bare-kit/` directory into [`app/libs/`](app/libs). When finished, either open the project in Android Studio or build it from the commandline:

```console
gradle build
Expand Down

0 comments on commit 8d6eb35

Please sign in to comment.