Skip to content

Commit 780df82

Browse files
committed
docs: fix broken link and update copy
1 parent ce116c6 commit 780df82

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
* Easily distribute binaries across teams and private repositories.
3737
* Get the latest releases ahead of other package managers.
3838
* Rapidly browse, install, and experiment with different projects.
39-
* [Configure](https://github.com/marwanhawari/stew/blob/main/config.md) where to install binaries.
39+
* [Configure](https://github.com/marwanhawari/stew?tab=readme-ov-file#configuration) where to install binaries.
4040
* No need for `sudo`.
4141
* Just a single binary with 0 dependencies.
4242
* Portable [`Stewfile`](https://github.com/marwanhawari/stew/blob/main/examples/Stewfile) with optional pinned versioning.
@@ -187,5 +187,5 @@ The repo probably uses an unconventional naming scheme for their binaries. You c
187187
### Will `stew` work with private GitHub repositories?
188188
Yes, `stew` will automatically detect if you have a `GITHUB_TOKEN` environment variable and allow you to access binaries from your private repositories.
189189

190-
### I'm hitting the GitHub API rate limit with a large `Stewfile.lock.json`. How can I avoid this?
190+
### I'm hitting the GitHub API rate limit when installing from a large `Stewfile.lock.json`. How can I avoid this?
191191
Unauthenticated GitHub API requests are limited to 60 requests per hour. However, authenticated requests can make up to 5,000 requests per hour. To avoid hitting the limit, set a `GITHUB_TOKEN` environment variable. `Stew` will automatically detect it and use it for authenticated GitHub API requests.

0 commit comments

Comments
 (0)