mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-31 11:33:43 +01:00
Merge pull request #98 from matrix-org/rav/speculator-readme
Add a note on building the speculator
This commit is contained in:
commit
a7332c8684
|
|
@ -8,3 +8,7 @@ It serves the following HTTP endpoints:
|
||||||
|
|
||||||
To run it, you must install the `go` tool, and run:
|
To run it, you must install the `go` tool, and run:
|
||||||
`go run main.go`
|
`go run main.go`
|
||||||
|
|
||||||
|
To build the binary (which is necessary for deployment to the matrix.org
|
||||||
|
servers), you must again install `go`, and then run:
|
||||||
|
`go build`
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue