Give dev packages separate section

This commit is contained in:
mollusk 2018-01-16 00:52:51 -07:00
parent 9c00b0dea0
commit 2a8ff53519

View File

@ -104,8 +104,6 @@ After this, you are ready to start writing GO applications in VSCode
# Getting Pixel Library # Getting Pixel Library
## Ubuntu 16.04
First, make sure *golang* is installed by following the instructions above. First, make sure *golang* is installed by following the instructions above.
Then run the following command in terminal: 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 sudo apt update