You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,20 +14,21 @@ but can also interact with and **control** your system through the terminal with
14
14
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.
15
15
16
16
```bash
17
-
# npm (recommended)
18
-
# Note: you may see deprecation warnings from transitive dependencies.
17
+
# Install via npm
19
18
npm i -g @makefinks/daemon
20
19
21
-
#additional installs (macOS)
22
-
brew install sox # For Audio Input / Output
20
+
#Additional installs (Audio)
21
+
brew install sox
23
22
```
24
23
25
24
Then run with:
26
25
```bash
27
26
daemon
28
27
```
29
28
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)
31
32
32
33
See full installation details below for configuration and system dependencies.
0 commit comments