Przeglądaj źródła

document how to get a development setup

only `make` is essential, to fetch the custom codemirror code.
Lucas Stadler 11 lat temu
rodzic
commit
0e4bf72acc
1 zmienionych plików z 12 dodań i 0 usunięć
  1. 12 0
      go/linguaevalia/README.md

+ 12 - 0
go/linguaevalia/README.md

40
[one for rust](./bin/run-rust)) or you can implement the `Language`
40
[one for rust](./bin/run-rust)) or you can implement the `Language`
41
interface.
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
## Contributions and feedback welcome!
55
## Contributions and feedback welcome!
44
56
45
Tell me what you do with it, when it helped you, what you're missing.
57
Tell me what you do with it, when it helped you, what you're missing.