Compare commits

...

2 Commits

@ -1,3 +1,3 @@
{ {
yui = "https://git.doublefourteen.io/lua/yui" yui = "https://gitea.it/1414codeforge/yui"
} }

@ -1,7 +1,7 @@
Yui Examples Yui Examples
============ ============
A collection of code examples for [yui](https://git.doublefourteen.io/lua/yui). A collection of code examples for [yui](https://gitea.it/1414codeforge/yui).
## Contents ## Contents
@ -15,7 +15,7 @@ A collection of code examples for [yui](https://git.doublefourteen.io/lua/yui).
1. Clone this repository. 1. Clone this repository.
2. Download **yui** and its dependencies using [crush](https://git.doublefourteen.io/lua/crush): 2. Download **yui** and its dependencies using [crush](https://gitea.it/1414codeforge/crush):
```sh ```sh
lua crush.lua lua crush.lua
``` ```

@ -2,7 +2,8 @@
-- --
-- Author: Lorenzo Cogotti -- Author: Lorenzo Cogotti
-- Copyright: 2022 The DoubleFourteen Code Forge -- Copyright: 2022 The DoubleFourteen Code Forge
-- License: MIT (see LICENSE file for details) -- Home: https://gitea.it/1414codeforge/crush
-- License: MIT
local io = require 'io' local io = require 'io'
local os = require 'os' local os = require 'os'

Loading…
Cancel
Save