From 2dda9261a41655f78ee3805b461240c3f4154acc Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Sat, 1 Feb 2025 12:27:30 +0200 Subject: [PATCH] Update install.md --- book/versioned_docs/version-3.4.0/getting-started/install.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/book/versioned_docs/version-3.4.0/getting-started/install.md b/book/versioned_docs/version-3.4.0/getting-started/install.md index e58b9a624..d77140988 100644 --- a/book/versioned_docs/version-3.4.0/getting-started/install.md +++ b/book/versioned_docs/version-3.4.0/getting-started/install.md @@ -55,7 +55,10 @@ If this works, go to the [next section](./quickstart.md) to compile and prove a If you experience [rate-limiting](https://docs.github.com/en/rest/using-the-rest-api/getting-started-with-the-rest-api?apiVersion=2022-11-28#rate-limiting) when using the `sp1up` command, you can resolve this by using the `--token` flag and providing your GitHub token. To create a Github token, follow the instructions [here](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-personal-access-token-classic). - +Example: +```bash +sp1up --token ghp_YOUR_GITHUB_TOKEN_HERE +``` #### Unsupported OS Architectures