README.md: update Installation section (#145)

* README.md: update Installation section

* README.md: fix description

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>

---------

Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>
This commit is contained in:
oech3
2026-04-03 17:39:29 +09:00
committed by GitHub
parent 06042058f9
commit 8d1d0f56b7
+3 -1
View File
@@ -11,7 +11,9 @@ Rust reimplementation of the tar utility.
## Installation
Ensure you have Rust installed on your system. You can install Rust through [rustup](https://rustup.rs/).
We provide a [pre-built binary from main branch](https://github.com/uutils/tar/releases/tag/latest-commit).
To build tar from source, install Rust on your system. You can install Rust via [rustup](https://rustup.rs/).
Clone the repository and build the project using Cargo: