@@ -21,7 +21,7 @@ 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/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Linux_amd64.tar.gz
24
+ curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Linux_amd64.tar.gz
25
25
```
26
26
27
27
- Extract the file to make global available:
@@ -43,13 +43,13 @@ nuru -v
43
43
- For apple silicon mac use:
44
44
45
45
```
46
- curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Darwin_arm64.tar.gz
46
+ curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Darwin_arm64.tar.gz
47
47
```
48
48
49
49
- For apple intel mac use:
50
50
51
51
```
52
- curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Darwin_amd64.tar.gz
52
+ curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Darwin_amd64.tar.gz
53
53
```
54
54
55
55
- Extract the file to make global available:
@@ -89,7 +89,7 @@ To install Nuru on your Android device using Termux, follow these steps:
89
89
3 . ** Download the Nuru package** :
90
90
91
91
``` bash
92
- curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Android_arm64.tar.gz
92
+ curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Android_arm64.tar.gz
93
93
```
94
94
95
95
4 . ** Extract the files to the target directory** :
@@ -118,14 +118,14 @@ To install Nuru on your Android device using Termux, follow these steps:
118
118
For a more streamlined installation, you can use the following one-liner:
119
119
120
120
``` bash
121
- curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Android_arm64.tar.gz && mkdir -p /data/data/com.termux/files/usr/share/nuru && tar -xzvf nuru_Android_arm64.tar.gz -C /data/data/com.termux/files/usr/share/nuru && echo " alias nuru='/data/data/com.termux/files/usr/share/nuru/nuru'" >> ~ /.bashrc && source ~ /.bashrc && echo " Installation complete.."
121
+ curl -O -L https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Android_arm64.tar.gz && mkdir -p /data/data/com.termux/files/usr/share/nuru && tar -xzvf nuru_Android_arm64.tar.gz -C /data/data/com.termux/files/usr/share/nuru && echo " alias nuru='/data/data/com.termux/files/usr/share/nuru/nuru'" >> ~ /.bashrc && source ~ /.bashrc && echo " Installation complete.."
122
122
```
123
123
124
124
### Windows
125
125
126
126
- Executable:
127
127
128
- - Download the Nuru zip file [ Here] ( https://github.com/NuruProgramming/Nuru/releases/download/v0.5.17 /nuru_Windows_amd64.zip )
128
+ - Download the Nuru zip file [ Here] ( https://github.com/NuruProgramming/Nuru/releases/download/v0.5.18 /nuru_Windows_amd64.zip )
129
129
- Unzip to get the executable
130
130
- Double click the executable
131
131
0 commit comments