Skip to content

Commit e27bfa3

Browse files
committed
update readme
1 parent c17fd0c commit e27bfa3

File tree

1 file changed

+28
-13
lines changed

1 file changed

+28
-13
lines changed

README.md

Lines changed: 28 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ To get started download the executables from the release page or follow the inst
2121
- Download the binary:
2222

2323
```
24-
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_linux_amd64_v0.5.0-alpha.tar.gz
24+
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Linux_amd64.tar.gz
2525
```
2626

2727
- Extract the file to make global available:
2828

2929
```
30-
sudo tar -C /usr/local/bin -xzvf nuru_linux_amd64_v0.5.0-alpha.tar.gz
30+
sudo tar -C /usr/local/bin -xzvf nuru_Linux_amd64.tar.gz
3131
```
3232

3333
- Confirm installation with:
@@ -41,17 +41,31 @@ nuru -v
4141

4242
- Download the binary:
4343

44-
```
45-
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_mac_arm64_v0.5.0-alpha.tar.gz
46-
```
44+
- For apple silicon mac use:
4745

48-
- Extract the file to make global available:
46+
```
47+
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Darwin_arm64.tar.gz
48+
```
4949

50-
```
51-
sudo tar -C /usr/local/bin -xzvf nuru_mac_arm64_v0.5.0-alpha.tar.gz
52-
```
50+
- For apple intel mac use:
5351

54-
- Confirm installation with:
52+
```
53+
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Darwin_amd64.tar.gz
54+
```
55+
56+
- Extract the file to make global available:
57+
- For apple silicon mac use:
58+
59+
```
60+
sudo tar -C /usr/local/bin -xzvf nuru_Darwin_arm64.tar.gz
61+
```
62+
- For apple intel mac use:
63+
64+
```
65+
sudo tar -C /usr/local/bin -xzvf nuru_Darwin_amd64.tar.gz
66+
```
67+
68+
- Confirm installation with:
5569
5670
```
5771
nuru -v
@@ -64,12 +78,12 @@ nuru -v
6478
- Download the binary with this command:
6579
6680
```
67-
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_android_arm64_v0.5.0-alpha.tar.gz
81+
curl -O -L https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Android_arm64.tar.gz
6882
```
6983
- Extract the file:
7084
7185
```
72-
tar -xzvf nuru_android_arm64_v0.5.0-alpha.tar.gz
86+
tar -xzvf nuru_Android_arm64.tar.gz
7387
```
7488
- Add it to path:
7589
@@ -85,7 +99,8 @@ nuru -v
8599
### Windows
86100
87101
- Executable:
88-
- Download the Nuru executable [Here](https://github.com/AvicennaJr/Nuru/releases/download/v0.5.0-alpha/nuru_windows_amd64_v0.5.0-alpha.exe)
102+
- Download the Nuru zip file [Here](https://github.com/AvicennaJr/Nuru/releases/download/v0.5.15/nuru_Windows_amd64.zip)
103+
- Unzip to get the executable
89104
- Double click the executable
90105
91106
- Nuru Installer

0 commit comments

Comments
 (0)