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
9 changes: 9 additions & 0 deletions docs/how-to/install-lore-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ Pick this path for a normal install from a published release.

Pick this path to run a CLI built from your own checkout.

0. **If RUSTFLAGS environment variable is set:**

Unset it or run the following command prior to building in next step:

```bash
export RUSTFLAGS="$RUSTFLAGS --cfg tokio_unstable --cfg uuid_unstable"
```


1. **Build the binary.**

From the Lore repository root:
Expand Down