From 9b3f7eeadabcc4fda5bc35e4471f6a039ae04399 Mon Sep 17 00:00:00 2001 From: aheirman <48590738+aheirman@users.noreply.github.com> Date: Sun, 21 Feb 2021 13:22:49 +0100 Subject: [PATCH] Typo in readme. Why are there so many typos? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b3374..951b582 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ There are 4 new commands the user should be aware of, they are written in chrono * 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 environment. This command will automatically be execute by `chroot_prepare_iglunix`. It is __NOT NEEDED__ to be manually executed. But it can be for development purposes. + 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 executed by `chroot_prepare_iglunix`. It is __NOT NEEDED__ to be manually executed. But it can be for development purposes. * chroot_iglunix This will chroot into the Iglunix environment. Once inside run `source /etc/profile` this helps debugging.