@@ -21,13 +21,13 @@ To get started download the executables from the release page or follow the inst
21
21
- Download the binary:
22
22
23
23
```
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
25
25
```
26
26
27
27
- Extract the file to make global available:
28
28
29
29
```
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
31
31
```
32
32
33
33
- Confirm installation with:
@@ -41,17 +41,31 @@ nuru -v
41
41
42
42
- Download the binary:
43
43
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:
47
45
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
+ ```
49
49
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:
53
51
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:
55
69
56
70
```
57
71
nuru -v
@@ -64,12 +78,12 @@ nuru -v
64
78
- Download the binary with this command:
65
79
66
80
```
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
68
82
```
69
83
- Extract the file:
70
84
71
85
```
72
- tar -xzvf nuru_android_arm64_v0.5.0-alpha .tar.gz
86
+ tar -xzvf nuru_Android_arm64 .tar.gz
73
87
```
74
88
- Add it to path:
75
89
@@ -85,7 +99,8 @@ nuru -v
85
99
### Windows
86
100
87
101
- 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
89
104
- Double click the executable
90
105
91
106
- Nuru Installer
0 commit comments