Skip to content

Commit 65ec0bb

Browse files
committed
docs: add Rust installation instructions to quickstart
1 parent 7015201 commit 65ec0bb

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,19 @@ Most log viewers just make text pretty. Lumolog *understands* your logs — it k
3131

3232
### Install
3333

34+
**1. Install Rust (if you don't have it):**
35+
36+
```bash
37+
# macOS / Linux / WSL
38+
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
39+
40+
# Windows (download and run the installer)
41+
# https://win.rustup.rs/x86_64
42+
```
43+
44+
**2. Build and install lumolog:**
45+
3446
```bash
35-
# From source (requires Rust 1.85+)
3647
git clone https://github.com/HopperShell/lumolog.git
3748
cd lumolog
3849
cargo install --path .

0 commit comments

Comments
 (0)