Skip to content

Commit ecd479a

Browse files
committed
doc: modify version && build file
1 parent 9a85283 commit ecd479a

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717
default: help
1818

19-
VERSION ?= 0.0.0
19+
VERSION ?= 0.1.0
2020
GITSHA ?= $(shell git rev-parse --short=7 HEAD)
2121
OSNAME ?= $(shell uname -s | tr A-Z a-z)
2222
OSARCH ?= $(shell uname -m | tr A-Z a-z)

docs/install.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,20 @@ kubectl apply -k /path/to/apisix-ingress-controller/samples/deploy
5050

5151
// todo
5252

53-
## Master branch builds
53+
## Manual build
54+
55+
* Build binary
56+
57+
```shell
58+
$ cd /path/to/apisix-ingress-controller/
59+
$ make build
60+
```
61+
62+
63+
* Build with Docker
5464

5565
```shell
56-
docker build -t apache/ingress-controller:v0.1.0 ../.
66+
$ docker build -t apache/ingress-controller:v0.1.0 ../.
5767
```
5868

5969
## Next

0 commit comments

Comments
 (0)