diff --git a/DEPENDS.md b/DEPENDS.md index 81ee124..c6a0c93 100644 --- a/DEPENDS.md +++ b/DEPENDS.md @@ -104,8 +104,6 @@ After this, you are ready to start writing GO applications in VSCode # Getting Pixel Library -## Ubuntu 16.04 - First, make sure *golang* is installed by following the instructions above. Then run the following command in terminal: ``` @@ -122,7 +120,12 @@ import( ) ``` -Next, we need to get development files for using OpenGL in Ubuntu: +# System Dev Files +Next, we need to get development files in order for Pixel to use OpenGL. + +## Ubuntu 16.04 + + ``` sudo apt update