diff --git a/pages/installation.md b/pages/installation.md index ad88f74..5da7f58 100644 --- a/pages/installation.md +++ b/pages/installation.md @@ -14,18 +14,21 @@ permalink: /installation/ ``` HELYX-OS--linux-x86_64.bin ``` + 3. Once the binary is downloaded, open a Linux terminal and navigate through the terminal to the location of the newly downloaded HELYX-OS installer. 4. Change the permissions of the installer by executing ```chmod 755 ``` in the terminal, similar to: ``` :~$ chmod 755 HELYX-OS-2.3.1-linux-x86_64.bin -``` +``` + 5. Start the installer by typing ```./``` while in the terminal, similar to: ``` :~$ ./HELYX-OS-2.3.1-linux-x86_64.bin ``` + 6. At this point, the installer will begin and the user will be guided through the installation process: ```