diff --git a/README.md b/README.md index 7b63d62..dde3bd2 100644 --- a/README.md +++ b/README.md @@ -66,6 +66,16 @@ Stew supports macOS, Linux, and Windows. ``` +
+ X-CMD + + If you are a user of [x-cmd](https://x-cmd.com), you can run: + + ```sh + x install stew + ``` +
+ ### Download a compiled binary Compiled binaries can be downloaded from the [releases page](https://github.com/marwanhawari/stew/releases). @@ -188,4 +198,4 @@ The repo probably uses an unconventional naming scheme for their binaries. You c Yes, `stew` will automatically detect if you have a `GITHUB_TOKEN` environment variable and allow you to access binaries from your private repositories. ### I'm hitting the GitHub API rate limit when installing from a large `Stewfile.lock.json`. How can I avoid this? -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. \ No newline at end of file +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.