瀏覽代碼

updated readme (builder)

tags/v0.0.6_dev
nirokay 2 年之前
committed by GitHub
父節點
當前提交
68d3a68310
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 9 行新增1 行删除
  1. +9
    -1
      README.md

+ 9
- 1
README.md 查看文件

@@ -14,7 +14,7 @@ In order to play this game you need to ...
For now this is the only way to play this game. In future there will be binary versions availabe.


### Installing Lua
### Installing Lua (optional)
Arch Linux:
`sudo pacman -S lua`

@@ -32,5 +32,13 @@ Windows:
https://love2d.org


## Building from source code
The script `build.sh` takes an argument (the project output name).

Simply execute `./build.sh [insert project name]` in your terminal. The builder compiles to a windows executable (.exe) and an executable love (.love) file.

Builds can be found in `./.build/builds/`!


## What's new?
*here will come changelogs in future*

Loading…
取消
儲存