diff options
| -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 |