diff --git a/README.md b/README.md index 3b3c97b..f952c0e 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +* In the start screen, press C to start playing with AI instead.