File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,8 +215,8 @@ You are now all set for [the real adventure](!Drawing_a_triangle).
215215## Linux
216216
217217These instructions will be aimed at Ubuntu users, but you may be able to follow
218- along by compiling the LunarG SDK yourself and changing the ` apt-get ` commands
219- to the package manager commands that are appropriate for you. You should already
218+ along by compiling the LunarG SDK yourself and changing the ` apt ` commands to
219+ the package manager commands that are appropriate for you. You should already
220220have a version of GCC installed that supports modern C++ (4.8 or later). You
221221also need both CMake and make.
222222
@@ -254,7 +254,7 @@ package. You also need the generic X development files that come with the
254254` xorg-dev ` package.
255255
256256``` bash
257- sudo apt-get install libxcb1-dev xorg-dev
257+ sudo apt install libxcb1-dev xorg-dev
258258```
259259
260260You can now build the Vulkan examples in the SDK by running:
You can’t perform that action at this time.
0 commit comments