[crush,lovedeps,README] Update project links
This commit is contained in:
parent
4cd4450352
commit
cebc15327f
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
serialize = 'https://gitea.it/1414codeforge/df-serialize'
|
serialize = 'https://codeberg.org/1414codeforge/df-serialize'
|
||||||
}
|
}
|
||||||
|
|
10
README.md
10
README.md
|
@ -13,11 +13,11 @@ It makes your game easy to translate to multiple languages.
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
||||||
**moonspeak** uses [df-serialize](https://gitea.it/1414codeforge/df-serialize)
|
**moonspeak** uses [df-serialize](https://codeberg.org/1414codeforge/df-serialize)
|
||||||
to read the dictionary file.
|
to read the dictionary file.
|
||||||
|
|
||||||
You may either doenload **df-serialize** manually and place it inside a `lib` subdirectory,
|
You may either doenload **df-serialize** manually and place it inside a `lib` subdirectory,
|
||||||
or use [crush](https://gitea.it/1414codeforge/crush)
|
or use [crush](https://codeberg.org/1414codeforge/crush)
|
||||||
to do this for you.
|
to do this for you.
|
||||||
|
|
||||||
## Using crush to download moonspeak dependencies
|
## Using crush to download moonspeak dependencies
|
||||||
|
@ -25,7 +25,7 @@ to do this for you.
|
||||||
1. Clone this repository.
|
1. Clone this repository.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://gitea.it/1414codeforge/moonspeak
|
git clone https://codeberg.org/1414codeforge/moonspeak
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Move to repository root directory:
|
2. Move to repository root directory:
|
||||||
|
@ -44,14 +44,14 @@ You should now see a `lib` subdirectory containing the necessary dependencies.
|
||||||
|
|
||||||
## Integrating moonspeak in my project using crush
|
## Integrating moonspeak in my project using crush
|
||||||
|
|
||||||
1. Download the latest [crush.lua](https://gitea.it/1414codeforge/crush/src/branch/master/crush.lua) file and
|
1. Download the latest [crush.lua](https://codeberg.org/1414codeforge/crush/src/branch/master/crush.lua) file and
|
||||||
place it in your project's root directory.
|
place it in your project's root directory.
|
||||||
|
|
||||||
2. Create a `.lovedeps` text file in your project's root with the following dependency entry:
|
2. Create a `.lovedeps` text file in your project's root with the following dependency entry:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
{
|
{
|
||||||
moonspeak = "https://gitea.it/1414codeforge/moonspeak",
|
moonspeak = "https://codeberg.org/1414codeforge/moonspeak",
|
||||||
|
|
||||||
-- ...more dependencies, if necessary...
|
-- ...more dependencies, if necessary...
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
--
|
--
|
||||||
-- Author: Lorenzo Cogotti
|
-- Author: Lorenzo Cogotti
|
||||||
-- Copyright: 2022 The DoubleFourteen Code Forge
|
-- Copyright: 2022 The DoubleFourteen Code Forge
|
||||||
-- Home: https://gitea.it/1414codeforge/crush
|
-- Home: https://codeberg.org/1414codeforge/crush
|
||||||
-- License: MIT
|
-- License: MIT
|
||||||
|
|
||||||
local io = require 'io'
|
local io = require 'io'
|
||||||
|
|
Loading…
Reference in New Issue