Fix continuserv instructions
As per f04b17f1c9
Also dedup continuserv readme
This commit is contained in:
parent
34090b24c4
commit
419bf1e52c
3 changed files with 8 additions and 11 deletions
|
@ -121,7 +121,7 @@ changes.
|
||||||
It is written in Go, so you will need the ``go`` compiler installed on your
|
It is written in Go, so you will need the ``go`` compiler installed on your
|
||||||
computer. You will also need to install fsnotify by running::
|
computer. You will also need to install fsnotify by running::
|
||||||
|
|
||||||
go get gopkg.in/fsnotify.v1
|
go get gopkg.in/fsnotify/fsnotify.v1
|
||||||
|
|
||||||
Then, create a virtualenv as described above under `Preparation`_,
|
Then, create a virtualenv as described above under `Preparation`_,
|
||||||
and::
|
and::
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
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/fsnotify.v1`
|
|
||||||
You can then run continuserv by running:
|
|
||||||
`go run main.go`
|
|
3
scripts/continuserv/README.md
Normal file
3
scripts/continuserv/README.md
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
continuserv proactively re-generates the spec on filesystem changes, and serves
|
||||||
|
it over HTTP. For notes on using it, see [the main
|
||||||
|
readme](../../README.rst#continuserv).
|
Loading…
Add table
Add a link
Reference in a new issue