Skip to content

Commit

Permalink
fix: render error (#457)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickfrosty authored Sep 10, 2024
1 parent 409da11 commit f2ffef5
Showing 1 changed file with 2 additions and 3 deletions.
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

0 comments on commit f2ffef5

Please sign in to comment.