aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 35c441e..a62c52b 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
![](assets/para.png)
[![Crate](https://img.shields.io/crates/v/para-cli.svg)](https://crates.io/crates/para-cli)
-[![Build Status](https://github.com/Usugata/para/actions/workflows/rust.yaml/badge.svg?branch=main)](https://github.com/Usugata/para/actions/workflows/rust.yaml)
+[![Build Status](https://github.com/Fuwn/para/actions/workflows/rust.yaml/badge.svg?branch=main)](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