mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-19 12:14:11 +00:00
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:
parent
53b0e085e1
commit
9f2f520130
@ -42,12 +42,12 @@ of packages, to avoid re-downloading files if already done.
|
|||||||
|
|
||||||
Install with:
|
Install with:
|
||||||
```
|
```
|
||||||
$ go get github.com/kata-containers/packaging/cmd/kata-pkgsync`
|
$ go get github.com/kata-containers/kata-containers`
|
||||||
```
|
```
|
||||||
|
|
||||||
Create your configuration:
|
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
|
$ cp config-example.yaml config.yaml
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user