Skip to content

Commit ef0183e

Browse files
committed
update gif, adjust readme
1 parent 2a46952 commit ef0183e

2 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,21 @@ but can also interact with and **control** your system through the terminal with
1414
DAEMON requires Bun at runtime, but global installation is currently documented via npm because some Bun global setups can fail on native `sqlite3` bindings pulled in by the optional memory feature.
1515

1616
```bash
17-
# npm (recommended)
18-
# Note: you may see deprecation warnings from transitive dependencies.
17+
# Install via npm
1918
npm i -g @makefinks/daemon
2019

21-
# additional installs (macOS)
22-
brew install sox # For Audio Input / Output
20+
# Additional installs (Audio)
21+
brew install sox
2322
```
2423

2524
Then run with:
2625
```bash
2726
daemon
2827
```
2928

30-
> **Note:** DAEMON requires [Bun](https://bun.sh) at runtime. Install Bun first: `curl -fsSL https://bun.com/install | bash`
29+
#### ⚠️ Important Notes
30+
> 1. DAEMON requires [Bun](https://bun.sh) at runtime. Install Bun first: `curl -fsSL https://bun.com/install | bash`
31+
> 2. Windows is currently **not** supported (Only by using WSL - with minor issues)
3132
3233
See full installation details below for configuration and system dependencies.
3334

img/daemon.gif

1.37 MB
Loading

0 commit comments

Comments
 (0)