diff --git a/README.md b/README.md index 560f89563..f7a73a286 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ $ git clone --depth 1 https://github.com/cloud-hypervisor/linux.git -b virtio-fs $ pushd linux-cloud-hypervisor # Use the cloud-hypervisor kernel config to build your kernel -$ cp $CLOUDH/cloud-hypervisor/resources/linux-config .config +$ cp $CLOUDH/cloud-hypervisor/resources/linux-config-x86_64 .config $ make bzImage -j `nproc` $ popd ```