Skip to content

Commit 60dfa0e

Browse files
committed
Replace dmon with efsw in README
1 parent b3179e0 commit 60dfa0e

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Notifies a WebSocket connection about filesystem changes.
44

5-
Relies on [dmon](https://github.com/septag/dmon) for detecting filesystem changes in a cross-platform way, and [Simple-WebSocket-Server](https://gitlab.com/eidheim/Simple-WebSocket-Server) for a WebSocket client.
5+
Relies on [efsw](https://github.com/SpartanJ/efsw) for detecting filesystem changes in a cross-platform way, and [Simple-WebSocket-Server](https://gitlab.com/eidheim/Simple-WebSocket-Server) for a WebSocket client.
66

77

88
## Usage
@@ -25,11 +25,7 @@ Currently doesn't write to a secure WebSocket connection (i.e. `wss://`).
2525

2626
conan profile detect --force
2727

28-
3. Install dmon (**requires** `curl`):
29-
30-
./install-dmon.bash
31-
32-
4. `conan install . --output-folder=build --build=missing`
28+
3. `conan install . --output-folder=build --build=missing`
3329

3430
## How to Build
3531

0 commit comments

Comments
 (0)