From 68fe2959b7f7ce90889f3b24725f5b23a1681708 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Thu, 11 Feb 2021 12:36:40 +0100 Subject: [PATCH] Typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd53c06..b49e05f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ There are 4 commands the user should be aware of, they are writen in chronologic This creates the chroot and cleans the most important locations (/lib, /bin, /sbin, /usr, /iglunix, /etc). * chroot_fetch - This command will fetch the sources needed to get curl working inside the chroot. And some files for to be used inside the chroot environmen. This command will automatically be execute by `chroot_prepare_iglunix`. It is __NOT NEEDED__ to be manually exected. But it can be. + This command will fetch the sources needed to get curl working inside the chroot. And some files for to be used inside the chroot environment. This command will automatically be execute by `chroot_prepare_iglunix`. It is __NOT NEEDED__ to be manually exected. But it can be. * chroot_iglunix This will chroot into the Iglunix environment.