Skip to content

Commit

Permalink
Update installation.md (#2127)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomland123 authored Aug 14, 2022
1 parent 3a0deba commit fc9c680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Anchor binaries are available via an NPM package [`@project-serum/anchor-cli`](h
We can also use Cargo to install the CLI directly. Make sure that the `--tag` argument uses the version you want (the version here is just an example).

```shell
cargo install --git https://github.com/coral-xyz/anchor --tag v0.24.1 anchor-cli --locked
cargo install --git https://github.com/coral-xyz/anchor --tag v0.25.0 anchor-cli --locked
```

On Linux systems you may need to install additional dependencies if cargo install fails. On Ubuntu,
Expand Down

1 comment on commit fc9c680

@vercel
Copy link

@vercel vercel bot commented on fc9c680 Aug 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

anchor-docs – ./

anchor-lang.com
anchor-docs-200ms.vercel.app
anchor-docs-git-master-200ms.vercel.app
www.anchor-lang.com

Please sign in to comment.