diff --git a/INSTALL.md b/INSTALL.md index 2541b6e..969b363 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -83,7 +83,7 @@ Change root into the base install and perform base configuration tasks. $ arch-chroot /mnt /bin/bash $ export LANG=en_US.UTF-8 - $ export TIME=en_DK.UTF-8 + $ export TIME=en_CA.UTF-8 $ echo $LANG UTF-8 >> /etc/locale.gen $ echo $TIME UTF-8 >> /etc/locale.gen $ locale-gen