Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions src/scm/lore.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
lang: Rust
homepage: https://github.com/epicgames/lore
license: MIT

desc:
cn: Lore 是一个开源版本控制系统,旨在实现数据和团队前所未有的可扩展性。
en: Lore is an open source version control system designed for unprecedented scalability of both data and teams.
x:
source: https://github.com/epicgames/lore
rule:
darwin/curl:
cmd: curl -fsSL https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.sh | bash -s -- --demo
reference: https://github.com/epicgames/lore
linux/curl:
cmd: curl -fsSL https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.sh | bash -s -- --demo
reference: https://github.com/epicgames/lore
win/powershell:
cmd: x pwsh '$env:LORE_DEMO=1; irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex'
reference: https://github.com/epicgames/lore