diff options
| author | Fuwn <[email protected]> | 2022-05-11 11:20:58 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-11 11:20:58 -0700 |
| commit | 41f19a9aa2126a3044a15ff381fdbb30fffa7891 (patch) | |
| tree | 1bff3ce2055c0acfb12f56e5c25f564469ee342a | |
| parent | d50329fbd95361764941bcba5241293f4975a7a6 (diff) | |
| download | para-41f19a9aa2126a3044a15ff381fdbb30fffa7891.tar.xz para-41f19a9aa2126a3044a15ff381fdbb30fffa7891.zip | |
docs(readme): update github links
| -rw-r--r-- | README.md | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,7 +3,7 @@  [](https://crates.io/crates/para-cli) -[](https://github.com/Usugata/para/actions/workflows/rust.yaml) +[](https://github.com/Fuwn/para/actions/workflows/rust.yaml) ## What? @@ -51,14 +51,14 @@ $ cargo +nightly 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 +[releases](https://github.com/Fuwn/para/releases/latest). If you are using 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 +nightly install --git https://github.com/Usugata/para --branch main +$ cargo +nightly install --git https://github.com/Fuwn/para --branch main ``` If you are building and installing yourself, you must have @@ -89,7 +89,7 @@ index options: ### Prebuilt Binaries Prebuilt binaries for the latest release may or may not be found -[here](https://github.com/Usugata/para/releases/latest). +[here](https://github.com/Fuwn/para/releases/latest). ## Credits |