mirror of
https://codeberg.org/1414codeforge/crush.git
synced 2025-01-15 11:05:52 +01:00
[README] Update links.
This commit is contained in:
parent
f6e8a29946
commit
9a274a62b4
12
README.md
12
README.md
@ -78,15 +78,15 @@ within the entire project, otherwise the same repository may be cloned several t
|
||||
|
||||
```lua
|
||||
{
|
||||
-- Fetch lib/df-serialize from https://git.doublefourteen.io/lua/df-serialize
|
||||
-- Fetch lib/df-serialize from https://gitea.it/1414codeforge/df-serialize
|
||||
-- needs ['quote'] syntax due to '-'
|
||||
['df-serialize'] = "https://git.doublefourteen.io/lua/df-serialize",
|
||||
['df-serialize'] = "https://gitea.it/1414codeforge/df-serialize",
|
||||
|
||||
-- Fetch lib/gear from https://git.doublefourteen.io/lua/gear
|
||||
gear = "https://git.doublefourteen.io/lua/gear",
|
||||
-- Fetch lib/gear from https://gitea.it/1414codeforge/gear
|
||||
gear = "https://gitea.it/1414codeforge/gear",
|
||||
|
||||
-- Fetch lib/yui from https://git.doublefourteen.io/lua/yui
|
||||
yui = "https://git.doublefourteen.io/lua/yui"
|
||||
-- Fetch lib/yui from https://gitea.it/1414codeforge/yui
|
||||
yui = "https://gitea.it/1414codeforge/yui"
|
||||
|
||||
-- NOTE: Any dependency may also pull additional subdependencies,
|
||||
-- these will also be cloned within lib/
|
||||
|
Loading…
Reference in New Issue
Block a user