Update README.md

This commit is contained in:
2026-03-13 15:37:26 +01:00
parent de79d365e1
commit 8a3d9610fb

View File

@@ -41,7 +41,9 @@ this approach eliminates process spawning overhead and temporary file locking, r
``` ```
2. start the daemon: 2. start the daemon:
`$ ./target/release/fluxo-rs daemon &` ```
$ ./target/release/fluxo-rs daemon &
```
3. configure waybar (config.jsonc): 3. configure waybar (config.jsonc):
``` ```
@@ -68,7 +70,11 @@ this approach eliminates process spawning overhead and temporary file locking, r
### build and debug ### build and debug
build for release: build for release:
`$ cargo build --release` ```
$ cargo build --release
```
run with debug logs: run with debug logs:
`$ RUST_LOG=debug ./target/release/fluxo-rs daemon` ```
$ RUST_LOG=debug ./target/release/fluxo-rs daemon
```