Update README;

This commit is contained in:
bjorn 2016-07-31 17:48:08 -07:00
parent 218c75897e
commit cfeff830ab
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Example
In a directory called `myGame`, create a file called `main.lua`:
```
```lua
function lovr.load()
headset = lovr.device.getHeadset()
end
@ -20,7 +20,7 @@ end
Then, run your game:
```
```sh
$ cd path/to/myGame
$ lovr .
```
@ -37,14 +37,14 @@ Dependencies
Compiling (Tupfile, OSX only)
---
```
```sh
tup
```
Compiling (CMake)
---
```
```sh
mkdir build
cd build
cmake ..