Skip to content

Commit 7aad9b7

Browse files
committed
Mention test page in README
Fixes #5.
1 parent bd00121 commit 7aad9b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ so you don't have to take care of it manually.
4040
| `--watch=<DIR>` | `source`, `../` | Directories to watch changes. |
4141
| `--action=<CMD>` | `"npm run build"`,<br/>`./myScript.sh`| Command lines to execute before triggering a refresh. |
4242

43+
Visit `http://<SOCKET NOTIFICATION SERVICE>/test` to try it out on the test page.
44+
4345

4446
#### Multiple directories or actions
4547

@@ -84,6 +86,8 @@ This feature is enabled by default for the built-in webserver. Pass `--noinject`
8486

8587
#### No service ("offline") mode
8688

89+
Use *Reloaded Vibes* to execute commands on changes - with networking disabled.
90+
8791
```
8892
./rlv --watch=<DIRECTORY TO WATCH> --action=<COMMANDLINE> --noservice
8993
```

0 commit comments

Comments
 (0)