Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet authored Feb 11, 2022
1 parent 335cfcc commit a24888d
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 a24888d

Please sign in to comment.