From 88eec90cd16aca2f2a5e593c9dd425789d778264 Mon Sep 17 00:00:00 2001 From: Chris Bentzel Date: Fri, 31 Dec 2021 16:58:22 -0500 Subject: [PATCH] Update quickstart.md --- 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 87c237b..93d4f06 100644 --- a/docs/cpp/quickstart.md +++ b/docs/cpp/quickstart.md @@ -41,7 +41,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.