Skip to content

Commit 209236a

Browse files
committedJan 30, 2025
docs
1 parent 9412b57 commit 209236a

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed
 

‎README.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -170,14 +170,12 @@ Debian and Ubuntu users can just grab the pre-built `.deb` package from the [rel
170170
While specifically written for use on x86-64 Linux systems, both [Rust](https://www.rust-lang.org/) and [libcdio](https://www.gnu.org/software/libcdio/) are cross-platform, so you may well be able to build it from source on other 64-bit Unixish systems using `cargo`:
171171

172172
```bash
173-
# Clone the repository:
174-
git clone https://github.com/Blobfolio/riprip
175-
176173
# The libcdio development headers are required when building from source;
177174
# Debian/Ubuntu users, for example, could run the following:
178175
sudo apt-get install libcdio-dev
179176

180-
# Run Cargo build from the project root:
181-
cd riprip
182-
cargo build --release
177+
# See "cargo install --help" for more options.
178+
cargo install \
179+
--git https://github.com/Blobfolio/riprip.git \
180+
--bin riprip
183181
```

0 commit comments

Comments
 (0)
Please sign in to comment.