8000 Update installation.mdx by johnfawole · Pull Request #3693 · solana-foundation/anchor · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Update installation.mdx #3693

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 14 additions & 1 deletion docs/content/docs/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ This section covers the steps to set up your local environment for Solana
development.

## Quick Installation

On Mac and Linux, run this single command to install all dependencies.

```shell title="Terminal"
Expand All @@ -24,6 +23,20 @@ curl --proto '=https' --tlsv1.2 -sSfL https://solana-install.solana.workers.dev
Ubuntu (Linux) terminal.
</Callout>

<Callout type="warn">
```
If you see this timeout error while trying to properly install Anchor, simply close your jobs, and restart your machine.

It should work perfectly.

[INFO] Anchor CLI is already installed. Updating...
Error: error decoding response body: operation timed out

Caused by:
operation timed out
```
</Callout>

After installation, you should see output similar to the following:

```
Expand Down
0