doc: add banner to readme.md

This commit is contained in:
Arthur K. 2025-01-22 11:38:12 +03:00
parent 01e33700d2
commit 9a541ba145
Signed by: wzray
GPG key ID: B97F30FDC4636357
3 changed files with 6 additions and 2 deletions

View file

@ -1,8 +1,11 @@
# OpenConnect for Android
<h1 align="center">
<img src="/misc/gh-logo-dark.png#gh-dark-mode-only" width="384px"></img>
<img src="/misc/gh-logo-light.png#gh-light-mode-only" width="384px"></img>
</h1>
This version is still **UNDER DEVELOPMENT**. Check [the official repository](https://gitlab.com/openconnect/ics-openconnect) for the legacy (but working on latest Android) version.
## Building
```sh
@ -18,3 +21,4 @@ find -name '*.apk' | head -1 | xargs -I{} cp {} OpenConnect.apk
# install
adb install OpenConnect.apk
```

BIN
misc/gh-logo-dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 45 KiB

BIN
misc/gh-logo-light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 44 KiB