aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-11 11:20:58 -0700
committerGitHub <[email protected]>2022-05-11 11:20:58 -0700
commit41f19a9aa2126a3044a15ff381fdbb30fffa7891 (patch)
tree1bff3ce2055c0acfb12f56e5c25f564469ee342a
parentd50329fbd95361764941bcba5241293f4975a7a6 (diff)
downloadpara-41f19a9aa2126a3044a15ff381fdbb30fffa7891.tar.xz
para-41f19a9aa2126a3044a15ff381fdbb30fffa7891.zip
docs(readme): update github links
-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