Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
fix rockspec
Browse files Browse the repository at this point in the history
  • Loading branch information
raffomania committed Sep 28, 2018
1 parent c8037c4 commit ef11d88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Though we have not reached version 1.0 yet, the software is well-tested, used in

The recommended way of installing lovetoys is by creating a submodule and cloning it right into your git repo.
Another way is to just download a [tarball](https://github.com/lovetoys/lovetoys/releases) and copy the files into your project folder.
The third way is to use Luarocks. In your shell, use `luarocks install lovetoys`.
We also provide a luarocks package. To use this with LÖVE, check out [loverocks](https://github.com/Alloyed/loverocks).

To require lovetoys and initialize it with the default options, use the following:

Expand Down
4 changes: 2 additions & 2 deletions lovetoys-0.4.0.rockspec → lovetoys-0.4.0-1.rockspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package = 'lovetoys'
version = '0.4.0'
version = '0.4.0-1'
source = {
url = "git://github.com/Lovetoys/lovetoys",
url = "git://github.com/lovetoys/lovetoys",
branch = "master"
}
description = {
Expand Down

0 comments on commit ef11d88

Please sign in to comment.