diff --git a/hikka/langpacks/en.yml b/hikka/langpacks/en.yml index a313d69..ec8dfe9 100644 --- a/hikka/langpacks/en.yml +++ b/hikka/langpacks/en.yml @@ -228,18 +228,18 @@ presets: settings: name: "Settings" - installation: 'β–ͺ️ The installation is very easy! Just enter the following in your server's terminal: + installation: 'β–ͺ️ The installation is very easy! Just enter the following in your servers terminal:
sudo apt update && sudo apt upgrade -y && sudo apt install git && sudo apt install python3-pip && git clone https://github.com/coddrago/Hikka && cd Hikka && pip install -r requirements.txt && python3 -m hikka
-😐 If you don't have sudo access, simply remove the initial steps. +😐 If you dont have sudo access, simply remove the initial steps. -πŸ₯³ Let’s go over a few arguments: +πŸ₯³ Lets go over a few arguments: πŸ” The --root argument allows you to run Hikka as a root user. 🌎 The --no-web argument enables login to your account directly in the terminal, rather than through a link {}.lhr.life. -🀲 However, if you want to migrate from hikariatama's Hikka, run the following command: +🀲 However, if you want to migrate from hikariatama Hikka, run the following command:
.terminal git pull https://github.com/coddrago/Hikka master
I also recommend resetting all built-in module configurations to their default values to avoid any unforeseen errors!'