Skip to content

Commit

Permalink
docs: fix link to install URL in README (#1476)
Browse files Browse the repository at this point in the history
## Description

Fixes a link in the README to correctly point to the documentation.

## Notes & open questions

N/A

## Change checklist

- [ ] Self-review.
- [X] Documentation updates if relevant.
- [ ] Tests if relevant.
  • Loading branch information
machawk1 committed Sep 13, 2023
1 parent 75fcf12 commit 156ce07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Iroh is a protocol for syncing & moving bytes. Bytes of any size, on any device.

## Using Iroh

Iroh is delivered as a Rust library and a CLI. Run `cargo build` to build the `iroh` CLI. To use iroh in your project, check out https://iroh.computer/install to get started.
Iroh is delivered as a Rust library and a CLI. Run `cargo build` to build the `iroh` CLI. To use iroh in your project, check out https://iroh.computer/docs/install to get started.

### As a library
Disable default features when using `iroh` as a library:
Expand Down

0 comments on commit 156ce07

Please sign in to comment.