Change docker/linuxkit to linuxkit/linuxkit

Signed-off-by: Justin Cormack <justin.cormack@docker.com>
This commit is contained in:
Justin Cormack
2017-04-17 17:43:05 -05:00
parent 0a8ad62d50
commit e08f3a9a3f
5 changed files with 9 additions and 9 deletions

View File

@@ -36,8 +36,8 @@ We use the following variables:
- `LINUXSRC`: Base directory of Linux stable kernel repository
e.g.:
```sh
KITSRC=~/src/docker/linuxkit
LINUXSRC=~/src/docker/linux-stable
KITSRC=~/src/linuxkit/linuxkit
LINUXSRC=~/src/linuxkit/linux
```
to refer to the location of the LinuxKit and Linux kernel trees.