Skip to content

Commit

Permalink
update quick start guide
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterHasse committed Jul 5, 2024
1 parent 97ef58c commit e2aa3cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ both services can be used for free to get a first impression, more advanced usag

# Installation
The simplest way to install the app is by downloading it on the phone, if ADB is at hand installing via adb more convenient.
The latest release APK can be found on the [Github release page](https://github.com/omnt/OpenMobileNetworkToolkit/releases/).
The latest release APK ```omnt-release.apk``` can be found on the [Github release page](https://github.com/omnt/OpenMobileNetworkToolkit/releases/).


adb install omnt-release.apk

adb install release.apk

or use android studio to build and install OMNT. Follow [build](build.md) for more information on building the app.

Expand Down

0 comments on commit e2aa3cb

Please sign in to comment.