Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/cpp/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down