From c05dde986932b6ce03a4b930a68d5ef1cbbb8e42 Mon Sep 17 00:00:00 2001 From: Emmett1 Date: Fri, 3 Jul 2020 00:02:42 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b284696..b20824c 100755 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ $ ./01-toolchain && sudo ./02-base && sudo ./03-mkiso - Run script `01-toolchain` to build temporary toolchain. - Run script `02-base` to build base LFS system. - Optionally run script `03-mkiso` to build live iso, then you can test the iso using qemu by running `./run_qemu `. -- Run `./enter-chroot` to enter chroot environment to configure your system. [check here](./rootfs/root/README) +- Run `./enter-chroot` to enter chroot environment to configure your system. [configure instruction here](./rootfs/root/README) - Exit chroot environment. - Then you should have working LFS system now. - Reboot to test it out.