docs: Fix the kata-pkgsync tool's docs script path

Fix the kata-pkgsync tool's docs, change the download path of the
packaging tool in 2.0 release.

Fixes: #773

Signed-off-by: Ychau Wang <wangyongchao.bj@inspur.com>
This commit is contained in:
Ychau Wang 2020-09-22 09:21:02 +08:00
parent 53b0e085e1
commit 9f2f520130

View File

@ -42,12 +42,12 @@ of packages, to avoid re-downloading files if already done.
Install with:
```
$ go get github.com/kata-containers/packaging/cmd/kata-pkgsync`
$ go get github.com/kata-containers/kata-containers`
```
Create your configuration:
```
$ cd $GOPATH/src/github.com/kata-containers/packaging/cmd/kata-pkgsync
$ cd $GOPATH/src/github.com/kata-containers/kata-containers/tools/packaging/cmd/kata-pkgsync
$ cp config-example.yaml config.yaml
```