From db562b5bc0196f0ee16a60a5b5d74026cff2aa57 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Thu, 11 Feb 2021 11:57:54 +0100 Subject: [PATCH] type in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60ed54c..bd53c06 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 it __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 environmen. 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.