From 13f5c9180e91e5097404d110ea23725dc01b6d36 Mon Sep 17 00:00:00 2001 From: Dan Combest Date: Mon, 17 Oct 2016 16:59:56 -0500 Subject: [PATCH] formatting changes to installation page --- pages/installation.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: ```