Skip to content

Commit 9278996

Browse files
committed
docs
1 parent 522195f commit 9278996

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Feel free to use it, but if something weird happens — or if you have ideas for
2020

2121
This application is written in [Rust](https://www.rust-lang.org/) and can be installed using [Cargo](https://github.com/rust-lang/cargo).
2222

23-
For stable Rust (>= `1.47.0`), run:
23+
For stable Rust (>= `1.51.0`), run:
2424
```bash
2525
RUSTFLAGS="-C link-arg=-s" cargo install \
26-
--git https://github.com/Blobfolio/channelz.git \
27-
--bin channelz \
26+
--git https://github.com/Blobfolio/bashman.git \
27+
--bin cargo-bashman \
2828
--target x86_64-unknown-linux-gnu
2929
```
3030

31-
Pre-built `.deb` packages are also added for each [release](https://github.com/Blobfolio/channelz/releases/latest). They should always work for the latest stable Debian and Ubuntu.
31+
Pre-built `.deb` packages are also added for each [release](https://github.com/Blobfolio/bashman/releases/latest). They should always work for the latest stable Debian and Ubuntu.
3232

3333

3434

bashman/src/main.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ Feel free to use it, but if something weird happens — or if you have ideas for
1919
2020
This application is written in [Rust](https://www.rust-lang.org/) and can be installed using [Cargo](https://github.com/rust-lang/cargo).
2121
22-
For stable Rust (>= `1.47.0`), run:
22+
For stable Rust (>= `1.51.0`), run:
2323
```bash
2424
RUSTFLAGS="-C link-arg=-s" cargo install \
25-
--git https://github.com/Blobfolio/channelz.git \
26-
--bin channelz \
25+
--git https://github.com/Blobfolio/bashman.git \
26+
--bin cargo-bashman \
2727
--target x86_64-unknown-linux-gnu
2828
```
2929
30-
Pre-built `.deb` packages are also added for each [release](https://github.com/Blobfolio/channelz/releases/latest). They should always work for the latest stable Debian and Ubuntu.
30+
Pre-built `.deb` packages are also added for each [release](https://github.com/Blobfolio/bashman/releases/latest). They should always work for the latest stable Debian and Ubuntu.
3131
3232
3333

0 commit comments

Comments
 (0)