From 7a42eba6b0968314af40ff87bcc42d288f6860bc Mon Sep 17 00:00:00 2001 From: Jack Wills <32690432+mrjackwills@users.noreply.github.com> Date: Tue, 3 Jan 2023 17:32:39 +0000 Subject: [PATCH] feat: readme auto download/install added --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 80875ea..f2c21dd 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,14 @@ install -Dm 755 oxker -t "${HOME}/.local/bin" && rm oxker_linux_x86_64.tar.gz oxker ``` +or, automatically select platform, download, and install to `$HOME/.local/bin` + +*One should verify all scripts before running in your shell* + +```bash +curl https://raw.githubusercontent.com/mrjackwills/oxker/main/install.sh | bash +``` + ## Run ```oxker```