README.md: Added a note about Ubuntu PPA package for Love2d

This commit is contained in:
Erkki Seppälä 2014-10-20 11:49:22 +03:00 committed by Erkki Seppälä
parent 68c73001e3
commit b53211f096

View file

@ -8,8 +8,14 @@
2. `git clone git@bitbucket.org:mikko_ahlroth/fysplane.git`.
3. `cd /path/to/fysplane; love .` or drag the fysplane directory on LÖVE's Baby Inspector window.
For Ubuntu you can find a PPA if you like to install random stuff from the Internet:
sudo apt-add-repository ppa:bartbes/love-unstable &&
sudo apt-get update &&
sudo apt-get install love
### Special keys
* Ctrl-R to respawn both players, useful if you get stuck.
* Ctrl-D to toggle debug lines.
* In the start screen, press C to start playing with AI instead.
* In the start screen, press C to start playing with AI instead.