Skip to content

Commit 89e59eb

Browse files
committed
Update building doc: fix galaxy spelling mistakes
1 parent 210f854 commit 89e59eb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

doc/building.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ cd $GOPATH/src/tkestack.io/galaxy
77
# building all binaries
88
make
99
# OR
10-
make BINS="galxy galxy-ipam"
10+
make BINS="galaxy galaxy-ipam"
1111
12-
# building galxy-ipam
13-
make BINS="galxy-ipam"
12+
# building galaxy-ipam
13+
make BINS="galaxy-ipam"
1414
```
1515

1616
# Build Docker Image
@@ -19,8 +19,8 @@ make BINS="galxy-ipam"
1919
# building all images
2020
make image
2121
22-
# builing Galxy-ipam
23-
make image BINS="galxy-ipam"
22+
# builing galaxy-ipam
23+
make image BINS="galaxy-ipam"
2424
```
2525

2626
# Build Docker Image for specified arch

0 commit comments

Comments
 (0)