From 115a71ea2fc51118a4dbec8ed096a7fe6c47098d Mon Sep 17 00:00:00 2001 From: fernseher <38594628+fernseher@users.noreply.github.com> Date: Tue, 7 Feb 2023 15:02:15 +0100 Subject: [PATCH] Update quickstart.md Add missing sudo in install command --- docs/cpp/quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cpp/quickstart.md b/docs/cpp/quickstart.md index 3722cbf..fac4845 100644 --- a/docs/cpp/quickstart.md +++ b/docs/cpp/quickstart.md @@ -44,7 +44,7 @@ The Boston Dynamics Spot C++ SDK works with most operating systems including: On Linux, install all the system requirements with the command: ```cmd -sudo apt-get update && apt-get -y install build-essential git g++ pkg-config curl tar zip unzip zlib1g-dev libssl-dev +sudo apt-get update && sudo apt-get -y install build-essential git g++ pkg-config curl tar zip unzip zlib1g-dev libssl-dev ``` On Windows, install Microsoft Visual Studio and git manually.