Skip to content

Commit 8a956fe

Browse files
author
thearchivalone
committed
fix: Update Install Lore CLI with RUSTFLAGS Note
Signed-off-by: thearchivalone <plow-yodel-come@duck.com>
1 parent b4ad54a commit 8a956fe

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ Pick this path for a normal install from a published release.
4747

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

50+
0. **If RUSTFLAGS environment variable is set:**
51+
52+
Unset it or run the following command prior to building in next step:
53+
54+
```bash
55+
export RUSTFLAGS="$RUSTFLAGS --cfg tokio_unstable --cfg uuid_unstable"
56+
```
57+
58+
5059
1. **Build the binary.**
5160

5261
From the Lore repository root:

0 commit comments

Comments
 (0)