Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add example command for sp1up with GitHub token #1927

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Conversation

VolodymyrBg
Copy link

@VolodymyrBg VolodymyrBg commented Jan 12, 2025

Motivation

The installation documentation had a TODO comment indicating that an example command was needed to demonstrate how to use the sp1up command with a GitHub token. This example is important for users who encounter rate-limiting issues during installation, as it shows them the correct syntax for using the --token flag.

Without this example, users might struggle to understand how to properly format the command when they encounter rate-limiting issues, leading to a potentially frustrating installation experience.

Solution

Added a clear example command showing how to use the sp1up command with a GitHub token:
bash
sp1up --token ghp_YOUR_GITHUB_TOKEN_HERE

PR Checklist

  • Added Tests
    • N/A - Documentation change only
  • Added Documentation
    • Added example command in installation guide
  • Breaking changes
    • No breaking changes

Add an example command showing how to use sp1up with a GitHub token
to resolve rate-limiting issues. This makes the installation
documentation more complete and user-friendly by demonstrating
the correct syntax for using the --token flag.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant