Update en.yml

pull/5/head
Who? 2024-11-03 13:42:48 +07:00 committed by GitHub
parent af07d832e3
commit f814a00010
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -228,18 +228,18 @@ presets:
settings:
name: "Settings"
installation: '<emoji document_id=5363805650327450240>▪️</emoji> The installation is very easy! Just enter the following in your server's terminal:
installation: '<emoji document_id=5363805650327450240>▪️</emoji> The installation is very easy! Just enter the following in your servers terminal:
<pre><code class="language-bash">sudo apt update &amp;&amp; sudo apt upgrade -y &amp;&amp; sudo apt install git &amp;&amp; sudo apt install python3-pip &amp;&amp; git clone https://github.com/coddrago/Hikka &amp;&amp; cd Hikka &amp;&amp; pip install -r requirements.txt &amp;&amp; python3 -m hikka</code></pre>
<emoji document_id=5299027123913105700>😐</emoji> If you don't have sudo access, simply remove the initial steps.
<emoji document_id=5299027123913105700>😐</emoji> If you dont have sudo access, simply remove the initial steps.
<emoji document_id=5300777464820145682>🥳</emoji> Lets go over a few arguments:
<emoji document_id=5300777464820145682>🥳</emoji> Lets go over a few arguments:
<emoji document_id=5787313834012184077>🔐</emoji> The <code>--root</code> argument allows you to run Hikka as a <b>root user</b>.
<emoji document_id=5785209342986817408>🌎</emoji> The <code>--no-web</code> argument enables login to your account <b>directly in the terminal, rather than through a link</b> <code>{}.lhr.life</code>.
<emoji document_id=5471895949804575096>🤲</emoji> However, if you want to migrate from hikariatama's Hikka, run the following command:
<emoji document_id=5471895949804575096>🤲</emoji> However, if you want to migrate from hikariatama Hikka, run the following command:
<pre><code class="language-hikka">.terminal git pull https://github.com/coddrago/Hikka master</code></pre>
I also recommend resetting all built-in module configurations to their default values to avoid any unforeseen errors!'