Add a note on building the speculator
... because the wiki says you need to read the README on how to build it.
This commit is contained in:
parent
f02c33738f
commit
013b6db895
1 changed files with 4 additions and 0 deletions
|
@ -8,3 +8,7 @@ It serves the following HTTP endpoints:
|
|||
|
||||
To run it, you must install the `go` tool, and run:
|
||||
`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…
Add table
Add a link
Reference in a new issue