Skip to content

Commit 2cf2ca3

Browse files
committed
update install step in INSTALLATION.md
Signed-off-by: xiechengsheng <[email protected]>
1 parent 04b5951 commit 2cf2ca3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

INSTALLATION.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,10 +222,10 @@ cd $GOPATH/src/github.com/alibaba/; git clone https://github.com/alibaba/pouch.g
222222
cd pouch; git checkout master
223223
```
224224

225-
Makefile target named `build` will compile the pouch and pouchd binaries in current work directory. Or you can just execute `make install` to build binaries and install them in destination directory (`/usr/local/bin` by default).
225+
Makefile target named `build` will compile the pouch and pouchd binaries into current `bin` directory. You can execute `make build && make install` to build binaries and install them in destination directory (`/usr/local/bin` by default).
226226

227227
``` shell
228-
make install
228+
make build && make install
229229
```
230230

231231
### Start PouchContainer

0 commit comments

Comments
 (0)