diff --git a/README.md b/README.md index aaaa086..182e4e9 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ The build script also creates the `cache/` directory and saves the image to `cac If you want to build the image directly, you can. You must get the build args correct for it to work: ``` -docker build -t openzfs:install- --build-arg ZFS_VERSION= --build-arg LKT_VERSION= --build-arg ALPINE_VERSION= . +docker build -t openzfs:install- --build-arg ZFS_VERSION= --build-arg KERNEL_IMAGE= --build-arg ALPINE_VERSION= . ``` Optionally, push the images you build to a registry.