Browse Source

document how to get a development setup

only `make` is essential, to fetch the custom codemirror code.
Lucas Stadler 11 years ago
parent
commit
0e4bf72acc
1 changed files with 12 additions and 0 deletions
  1. 12 0
      go/linguaevalia/README.md

+ 12 - 0
go/linguaevalia/README.md

@ -40,6 +40,18 @@ If there isn't, you can either write a wrapper to do that (similar to the
40 40
[one for rust](./bin/run-rust)) or you can implement the `Language`
41 41
interface.
42 42
43
## Development setup
44
45
```
46
~ $ git clone git://github.com/heyLu/lp
47
~ $ cd lp/go/linguaevalia
48
~/lp/go/linguaevalia $ make               # download codemirror
49
~/lp/go/linguaevalia $ go run
50
```
51
52
Alternatively, replace `go run` with `qst linguaevalia.go`, to restart
53
the server automatically if `linguaevalia.go` changes.
54
43 55
## Contributions and feedback welcome!
44 56
45 57
Tell me what you do with it, when it helped you, what you're missing.