kernel: Update README with right instructions

Fix the instructions in the README guide
when setting up kernel source code. 

Fixes:  #673

Signed-off-by: Nitesh Konkar <niteshkonkar@in.ibm.com>
This commit is contained in:
nitkon
2019-08-09 22:22:38 +05:30
committed by GitHub
parent f4c26c1ac3
commit 311bd47795

View File

@@ -20,6 +20,8 @@ The `build-kernel.sh` script requires an installed Golang version matching the
## Setup kernel source code
```bash
$ go get -d -u github.com/kata-containers/packaging
$ cd $GOPATH/src/github.com/kata-containers/packaging/kernel
$ ./build-kernel.sh setup
```