Skip to content

Commit 2a504f5

Browse files
committed
docs: add Scoop install option for Windows
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
1 parent b4ad54a commit 2a504f5

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
**/target/
44
*.dSYM
55

6+
# mkdocs build output
7+
/site/
8+
69
# Local files
710
lore-server/config/local*.toml
811
**/.grafana.local.yaml

docs/how-to/deploy-local-lore-server.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ The binary and Docker paths are mutually exclusive, and each is complete on its
3939
$env:LORE_SERVER=1; irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex
4040
```
4141

42+
Or install with [Scoop](https://scoop.sh):
43+
44+
```powershell
45+
scoop install loreserver
46+
```
47+
4248
<!-- tabs:end -->
4349

4450
2. **Run it with default settings.**

docs/how-to/install-lore-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ Pick this path for a normal install from a published release.
3939
irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex
4040
```
4141

42+
Or install with [Scoop](https://scoop.sh):
43+
44+
```powershell
45+
scoop install lore
46+
```
47+
4248
<!-- tabs:end -->
4349

4450
The installer downloads the binary for your platform and adds it to your PATH. Open a new terminal session for the PATH change to take effect.

0 commit comments

Comments
 (0)