File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ You can install with [Homebrew](https://brew.sh/)
180
180
``` bash
181
181
> brew install timdubbins/tap/tap
182
182
> tap --version
183
- 0.5.0
183
+ 0.5.1
184
184
```
185
185
186
186
` ncurses ` can be installed with:
@@ -204,7 +204,7 @@ such as [yay](https://github.com/Jguer/yay)~~
204
204
``` bash
205
205
> yay -S tap
206
206
> tap --version
207
- 0.5.0
207
+ 0.5.1
208
208
```
209
209
210
210
` ncurses ` can be installed with:
@@ -221,13 +221,13 @@ The AUR package is available [here]("https://aur.archlinux.org/packages/tap).
221
221
<summary ><b >Debian</b > (or a Debian derivative, such as <b >Ubuntu</b >)</summary >
222
222
<br >
223
223
224
- You can install with a binary ` .deb ` file provided in each tap [ release] ( https://github.com/timdubbins/tap/releases/tag/v0.5.0 ) .
224
+ You can install with a binary ` .deb ` file provided in each tap [ release] ( https://github.com/timdubbins/tap/releases/tag/v0.5.1 ) .
225
225
226
226
``` bash
227
- > curl -LO https://github.com/timdubbins/tap/releases/download/v0.5.0 /tap_0.5.0 .deb
228
- > sudo dpkg -i tap_0.5.0 .deb
227
+ > curl -LO https://github.com/timdubbins/tap/releases/download/v0.5.1 /tap_0.5.1 .deb
228
+ > sudo dpkg -i tap_0.5.1 .deb
229
229
> tap --version
230
- 0.5.0
230
+ 0.5.1
231
231
```
232
232
233
233
` ncurses ` can be installed with:
@@ -248,12 +248,12 @@ To compile from source, first you need a [Rust](https://www.rust-lang.org/learn/
248
248
> cd tap
249
249
> cargo install --path .
250
250
> tap --version
251
- 0.5.0
251
+ 0.5.1
252
252
```
253
253
254
254
</details >
255
255
256
- The binaries for each release are also available [ here] ( https://github.com/timdubbins/tap/releases/tag/v0.5.0 ) .
256
+ The binaries for each release are also available [ here] ( https://github.com/timdubbins/tap/releases/tag/v0.5.1 ) .
257
257
258
258
259
259
## Notes
You can’t perform that action at this time.
0 commit comments