mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
Update CONTRIBUTING.md
This commit is contained in:
parent
82a4af9ce4
commit
f7b001f4b8
@ -1,12 +1,17 @@
|
||||
# Compile the project
|
||||
|
||||
```
|
||||
# if you have golang environment
|
||||
make build
|
||||
# if you have docker environment
|
||||
# you must have docker and golang environment
|
||||
|
||||
# build all docker image
|
||||
make image
|
||||
# or
|
||||
|
||||
# build all binary file
|
||||
make binary
|
||||
|
||||
# build binary for different os
|
||||
GOOS=windows make binary
|
||||
|
||||
# if you what build one component
|
||||
make binary WHAT=api
|
||||
make image WHAT=api
|
||||
|
Loading…
Reference in New Issue
Block a user