doc: add banner to readme.md
This commit is contained in:
parent
01e33700d2
commit
9a541ba145
3 changed files with 6 additions and 2 deletions
|
@ -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
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
BIN
misc/gh-logo-light.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 44 KiB |
Loading…
Add table
Add a link
Reference in a new issue