Skip to content

Commit 919755a

Browse files
committed
Fix Setup
1 parent b1a1565 commit 919755a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Now that you have the repository set up, you will need a couple dependencies:
6969
Once you have `luarocks` installed, you can install the dependencies with:
7070

7171
```sh
72-
luarocks make --dev --lua-version=5.1
72+
luarocks make --dev
7373
```
7474

75-
Don't forget the `--dev` and `--lua-version=5.1`, it's important! Finally, run `love .` to start your game! There is
75+
Don't forget the `--dev`, it's important! Finally, run `love .` to start your game! There is
7676
a demo project already configured for you, and you should see something like this:
7777

7878
![A screenshot of the game running, displaying a moon image on the default LÖVE dark background](https://github.com/user-attachments/assets/fe8d7fe2-7001-4a0b-83ca-d3b0584a5d40)

tsuki-dev-1.rockspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ Tsuki is a project template to quickly set up LOVE2D to run Yuescript instead of
1212
}
1313
dependencies = {
1414
"lua == 5.1",
15-
"busted >= 2.0.0",
16-
"yuescript >= 0.24.1",
15+
"busted >= 2.2.0",
16+
"yuescript >= 0.27.3",
1717
"luafilesystem >= 1.8.0",
1818
"argparse >= 0.7.1"
1919
}

0 commit comments

Comments
 (0)