Update README;

This commit is contained in:
bjorn 2016-12-08 18:41:32 -08:00
parent 949faa01f4
commit 79cb9e0f9c
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ visit the [website](http://bjornbyt.es/lovr).
Getting Started Getting Started
--- ---
You can visit the [LÖVR website](http://bjornbyt.es/lovr) to download precompiled binaries for You can download LÖVR from the [LÖVR website](http://bjornbyt.es/lovr). Once you have `lovr.exe`,
windows. Once you have `lovr.exe`, create a folder called `myGame` to hold the files for your game. create a folder called `myGame` to hold the files for your game. Next, create a file called
Next, create a file called `main.lua` in `myGame` and put this in it: `main.lua` in `myGame` and put this in it:
```lua ```lua
function lovr.draw(eye) function lovr.draw(eye)