mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-21 08:58:38 +01:00
continuserv: Adding README
This commit is contained in:
parent
e30272733b
commit
6e86cb34d2
6
scripts/continuserv/README
Normal file
6
scripts/continuserv/README
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
continuserv proactively re-generates the spec on filesystem changes, and serves it over HTTP.
|
||||||
|
|
||||||
|
To run it, you must install the `go` tool. You will also need to install fsnotify by running:
|
||||||
|
`go get gopkg.in/fsnotify.v1`
|
||||||
|
You can then run continuserv by running:
|
||||||
|
`go run main.go`
|
||||||
Loading…
Reference in a new issue