formatting changes to installation page
This commit is contained in:
parent
d13e034b75
commit
13f5c9180e
1 changed files with 4 additions and 1 deletions
|
|
@ -14,18 +14,21 @@ permalink: /installation/
|
|||
```
|
||||
HELYX-OS-<version>-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 <installer name>``` in the terminal, similar to:
|
||||
|
||||
```
|
||||
:~$ chmod 755 HELYX-OS-2.3.1-linux-x86_64.bin
|
||||
```
|
||||
```
|
||||
|
||||
5. Start the installer by typing ```./<installer name>``` 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:
|
||||
|
||||
```
|
||||
|
|
|
|||
Reference in a new issue