Skip to content

Commit d6a2796

Browse files
committed
bootstrap: fix typo in Ubuntu's cmake install command
1 parent 9483a28 commit d6a2796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootstrap/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Formatter</h3>
154154
<pre>
155155
sudo apt-get install clang-format python3-pip
156156
pip3 install --user wpiformat</pre>
157-
<h3>CMake</h3><code>sudo apt-get cmake</code>
157+
<h3>CMake</h3><code>sudo apt-get install cmake</code>
158158
<h2 id="Tools_installation_on_Arch_Linux">Tools installation on Arch
159159
Linux</h2>
160160
<h3>Visual Studio Code</h3>Follow the installation guide from <a href=

0 commit comments

Comments
 (0)