From 451e99418f9beea74da20bea9544f47e19b3844a Mon Sep 17 00:00:00 2001 From: jon-chuang <9093549+jon-chuang@users.noreply.github.com> Date: Sat, 8 May 2021 13:56:36 +0800 Subject: [PATCH] docs: Make installation command more robust (#259) --- docs/src/getting-started/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/getting-started/installation.md b/docs/src/getting-started/installation.md index cfed02183..85dbc45ec 100644 --- a/docs/src/getting-started/installation.md +++ b/docs/src/getting-started/installation.md @@ -40,7 +40,7 @@ cargo install --git https://github.com/project-serum/anchor --tag v0.5.0 anchor- On Linux systems you may need to install additional dependencies if `cargo install` fails. On Ubuntu, ```bash -sudo apt-get update && apt-get upgrade && apt-get install -y pkg-config build-essential libudev-dev +sudo apt-get update && sudo apt-get upgrade && sudo apt-get install -y pkg-config build-essential libudev-dev ``` To install the JavaScript package.