Changes

Setup a Local Content Server
=Setup a Local Content Server=
#Setup a webserver to host our content buy and install jq to help with downloading assets by running <pre>sudo apt install apache2jq</pre>
#Download a script that I wrote to simplify getting the assets from http://content.quakejs.com by Running <pre>sudo wget -O /var/www/html/get_assets.sh https://raw.githubusercontent.com/begleysm/quakejs/master/assets/get_assets.sh</pre>
#Make the script executable by running <pre>sudo chmod +x /var/www/html/get_assets.sh</pre>