diff options
| author | Fuwn <[email protected]> | 2022-03-23 06:34:09 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-03-23 06:34:09 +0000 |
| commit | 8989420efbc7b70356b097ad9459b669a984a321 (patch) | |
| tree | 7552dd2129259aa82a2708bcb28390eb92b600db | |
| parent | docs(readme): add badges (diff) | |
| download | para-8989420efbc7b70356b097ad9459b669a984a321.tar.xz para-8989420efbc7b70356b097ad9459b669a984a321.zip | |
docs(readme): add install instructions
| -rw-r--r-- | README.md | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -42,10 +42,20 @@ that para brings to the table. ### Installation -Prebuilt binaries for x86_64-based Linux systems and Windows are available in the +#### Install from [crates.io](https://crates.io/crates/para-cli) + +```shell +$ cargo install para-cli --force +``` + +#### Download from releases + +Prebuilt binaries for x86_64-based Linux systems are available in the [releases](https://github.com/Usugata/para/releases/latest). If you are using -a different operating system or architecture such as macOS, you'll have to build -and install the tool yourself! +a different operating system or architecture such as macOS or Windows; you'll have +to build and install Para yourself! + +#### Install from self-compile ```shell $ cargo install --git https://github.com/Usugata/para --branch main |