diff --git a/README.md b/README.md index 08dda3d..543ca27 100644 --- a/README.md +++ b/README.md @@ -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 ``` --------------------