Skip to content

Commit

Permalink
Merge branch 'main' of github.com:ErrorNoInternet/ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Feb 11, 2022
2 parents a9d7ecc + a24888d commit d6db2b0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ Download `ok.exe` from the releases tab and copy it to any folder in `%PATH%` (f
## Installation (Android)
Download `ok-aarch64` from v1.4.1-termux into your downloads folder and open Termux.
```sh
cd && cp storage/downloads/ok-aarch64 ./ok
chmod 777 ok && alias ok=./ok
cd
cp storage/downloads/ok-aarch64 ./ok
chmod 777 ok
alias ok=./ok
```

--------------------
Expand Down

0 comments on commit d6db2b0

Please sign in to comment.