We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7015201 commit 65ec0bbCopy full SHA for 65ec0bb
README.md
@@ -31,8 +31,19 @@ Most log viewers just make text pretty. Lumolog *understands* your logs — it k
31
32
### Install
33
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
46
```bash
-# From source (requires Rust 1.85+)
47
git clone https://github.com/HopperShell/lumolog.git
48
cd lumolog
49
cargo install --path .
0 commit comments