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

fix: render error on install page #457

Merged
merged 1 commit into from
Sep 10, 2024
Merged
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
5 changes: 2 additions & 3 deletions docs/intro/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ Close and reopen your terminal to apply the PATH changes or run the following in
export PATH="/Users/test/.local/share/solana/install/active_release/bin:$PATH"
```

<!-- prettier-ignore -->
<Tabs groupId="language" items={['Linux', 'Mac']}>
<Tabs groupId="language" items="Linux, Mac">
<Tab value="Linux">

If you are using a Linux or WSL terminal, you can add the PATH environment
Expand Down Expand Up @@ -311,7 +310,7 @@ the Anchor CLI, try changing your Rust version to 1.79.0 and attempt the
installation again.

<Accordion>
<AccordionItem title="error[E0282]: type annotations needed for `Box<_>`">
<AccordionItem title={"error[E0282]: type annotations needed for `Box<_>`"}>

```
Compiling time v0.3.29
Expand Down
Loading