From e27bfa375e551efd7a8abd21d92d7d04298e8de7 Mon Sep 17 00:00:00 2001 From: AvicennaJr Date: Sat, 21 Oct 2023 07:52:58 +0300 Subject: [PATCH] update readme --- README.md | 41 ++++++++++++++++++++++++++++------------- 1 file changed, 28 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 64b61c1..a23afd6 100644 --- a/README.md +++ b/README.md @@ -21,13 +21,13 @@ To get started download the executables from the release page or follow the inst - Download the binary: ``` -curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_linux_amd64_v0.5.0-alpha.tar.gz +curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Linux_amd64.tar.gz ``` - Extract the file to make global available: ``` -sudo tar -C /usr/local/bin -xzvf nuru_linux_amd64_v0.5.0-alpha.tar.gz +sudo tar -C /usr/local/bin -xzvf nuru_Linux_amd64.tar.gz ``` - Confirm installation with: @@ -41,17 +41,31 @@ nuru -v - Download the binary: -``` -curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_mac_arm64_v0.5.0-alpha.tar.gz -``` + - For apple silicon mac use: - - Extract the file to make global available: + ``` + curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Darwin_arm64.tar.gz + ``` -``` -sudo tar -C /usr/local/bin -xzvf nuru_mac_arm64_v0.5.0-alpha.tar.gz -``` + - For apple intel mac use: - - Confirm installation with: + ``` + curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Darwin_amd64.tar.gz + ``` + +- Extract the file to make global available: + - For apple silicon mac use: + + ``` + sudo tar -C /usr/local/bin -xzvf nuru_Darwin_arm64.tar.gz + ``` + - For apple intel mac use: + + ``` + sudo tar -C /usr/local/bin -xzvf nuru_Darwin_amd64.tar.gz + ``` + +- Confirm installation with: ``` nuru -v @@ -64,12 +78,12 @@ nuru -v - Download the binary with this command: ``` -curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_android_arm64_v0.5.0-alpha.tar.gz +curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Android_arm64.tar.gz ``` - Extract the file: ``` -tar -xzvf nuru_android_arm64_v0.5.0-alpha.tar.gz +tar -xzvf nuru_Android_arm64.tar.gz ``` - Add it to path: @@ -85,7 +99,8 @@ nuru -v ### Windows - Executable: - - Download the Nuru executable [Here](https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_windows_amd64_v0.5.0-alpha.exe) + - Download the Nuru zip file [Here](https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Windows_amd64.zip) + - Unzip to get the executable - Double click the executable - Nuru Installer