Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ErrorNoInternet/ok
Browse files Browse the repository at this point in the history
  • Loading branch information
ErrorNoInternet committed Jul 17, 2021
2 parents 60d28f2 + 2d32471 commit 940c199
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,19 @@ This is a command that simply prints "ok" onto your screen whenever you run the

## Installation (Linux)
Download the latest release into your Downloads folder and open a shell.
```
chmod 777 ~/Downloads/ok
sudo cp ~/Downloads/ok /usr/bin/ok
```sh
chmod +x ~/Downloads/ok
sudo cp ~/Downloads/ok /usr/bin/
```

## Installation (Windows)
Download `ok.exe` from the releases tab and copy it to any folder in `%PATH%` (for example `system32`).

## Installation (Android)
Download `ok-aarch64` from v1.4.1-termux into your downloads folder and open Termux.
```
cd
cp storage/downloads/ok-aarch64 ./ok
chmod 777 ok
alias ok=./ok
```sh
cd && cp storage/downloads/ok-aarch64 ./ok
chmod 777 ok && alias ok=./ok
```

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

0 comments on commit 940c199

Please sign in to comment.