Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
**/target/
*.dSYM

# mkdocs build output
/site/

# Local files
lore-server/config/local*.toml
**/.grafana.local.yaml
Expand Down
6 changes: 6 additions & 0 deletions docs/how-to/deploy-local-lore-server.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ The binary and Docker paths are mutually exclusive, and each is complete on its
$env:LORE_SERVER=1; irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex
```

Or install with [Scoop](https://scoop.sh):

```powershell
scoop install loreserver
```

<!-- tabs:end -->

2. **Run it with default settings.**
Expand Down
6 changes: 6 additions & 0 deletions docs/how-to/install-lore-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ Pick this path for a normal install from a published release.
irm https://raw.githubusercontent.com/EpicGames/lore/main/scripts/install.ps1 | iex
```

Or install with [Scoop](https://scoop.sh):

```powershell
scoop install lore
```

<!-- tabs:end -->

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.
Expand Down