gitea-issue/README.md

17 lines
137 B
Markdown
Raw Permalink Normal View History

2019-12-03 20:29:16 +00:00
# run dev
```shell script
cp Makefile.dist Makefile
```
get godep
```shell script
godep restore
```
run
```shell script
make dev
```