From c59a62fb53dcc9b59f769e22b88064bf02ea42bc Mon Sep 17 00:00:00 2001 From: richarah Date: Sat, 24 Sep 2022 15:13:28 +0200 Subject: [PATCH] Revised build and run in Readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b201f60..446244c 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ May be brought up without access to a package manager, superuser privileges, `LD ## Setup and run ``` -tar -xJvf alproot-env.tar.xz -C env +# Extract rootfs +tar -xzvf alproot-env.tar.gz -C env +# Initialise & enter proot environment ./alproot.sh ```