Updated Home (markdown)

mborgerson 2020-08-25 12:18:51 -07:00
parent 529d1dbe40
commit 06d3f5b01e
1 changed files with 2 additions and 2 deletions

@ -109,8 +109,8 @@ Continue to [Getting Started](#getting-started).
If you are not using Ubuntu, or would prefer to build from source, you can do so with: If you are not using Ubuntu, or would prefer to build from source, you can do so with:
```bash ```bash
sudo apt-get update sudo apt update
sudo apt-get install -y libsdl2-dev libepoxy-dev libpixman-1-dev sudo apt install libsdl2-dev libepoxy-dev libpixman-1-dev libgtk-3-dev
./build.sh ./build.sh
``` ```