From a66f1e9bf92868e09b4b4965acc0e96606a021ec Mon Sep 17 00:00:00 2001 From: Arvindh Manian Date: Sat, 18 Jan 2020 14:26:44 -0500 Subject: [PATCH 1/5] Fixed minor typos & Formatting --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 074b2cf..761e787 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,14 @@ # Before Installation -Install the lsb-core and lsb packages for Ubuntu 16.04 : $ sudo apt install lsb-core and $ sudo apt install lsb +Install the lsb-core and lsb packages for Ubuntu 16.04 : +```$ sudo apt install lsb-core``` and +```$ sudo apt install lsb``` -Update the package database : $ sudo apt update +Update the package database : `$ sudo apt update` -Upgrade you system using the "-f" parameter .This will attempt to correct a system which has broken dependencies: -$ sudo apt upgrade -f . +Upgrade your system using the "-f" parameter .This will attempt to correct a system which has broken dependencies: +`$ sudo apt upgrade -f` . ## Installation @@ -24,7 +26,7 @@ Tested with: Machine name: lgX (x = screen number*)
Username: lg -\* set them clockwise (i.e. lg4 lg5 lg1 lg2 lg3). lg1 is always the master. +Note: Set the machines clockwise (i.e. lg4 lg5 lg1 lg2 lg3). lg1 is always the master. Other details such as the account name or user password are not relevant, write whatever. As a general rule, autologin can be set on the installation, however it is not mandatory since it will be done by the script later. From 08943716375530c6c69f58fd4d1bdb202b29b2bc Mon Sep 17 00:00:00 2001 From: Arvindh Manian Date: Sun, 19 Jan 2020 20:15:28 -0500 Subject: [PATCH 2/5] Fixed minor typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 761e787..8b31008 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,12 @@ # Before Installation Install the lsb-core and lsb packages for Ubuntu 16.04 : -```$ sudo apt install lsb-core``` and -```$ sudo apt install lsb``` +```$ sudo apt install lsb-core +$ sudo apt install lsb``` Update the package database : `$ sudo apt update` -Upgrade your system using the "-f" parameter .This will attempt to correct a system which has broken dependencies: +Upgrade your system using the "-f" parameter.This will attempt to correct a system which has broken dependencies: `$ sudo apt upgrade -f` . ## Installation From 98e3bedbf3009f975e778b020a324fb3abfd053f Mon Sep 17 00:00:00 2001 From: Arvindh Manian Date: Sun, 19 Jan 2020 20:16:03 -0500 Subject: [PATCH 3/5] Wrapped top commands in three quotes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b31008..49a8fb8 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,10 @@ # Before Installation Install the lsb-core and lsb packages for Ubuntu 16.04 : -```$ sudo apt install lsb-core -$ sudo apt install lsb``` +``` +$ sudo apt install lsb-core +$ sudo apt install lsb +``` Update the package database : `$ sudo apt update` From 97bec3c410a1e6a2f10ff302c88ff3d1520897a6 Mon Sep 17 00:00:00 2001 From: Arvindh Manian Date: Sun, 19 Jan 2020 20:17:10 -0500 Subject: [PATCH 4/5] Fixed minor typos --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49a8fb8..3896539 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ $ sudo apt install lsb Update the package database : `$ sudo apt update` -Upgrade your system using the "-f" parameter.This will attempt to correct a system which has broken dependencies: -`$ sudo apt upgrade -f` . +Upgrade your system using the "-f" parameter. This will attempt to correct a system which has broken dependencies: + +```$ sudo apt upgrade -f``` . ## Installation From d2481fb498e2dd252368970958209bf40753998c Mon Sep 17 00:00:00 2001 From: Arvindh Manian Date: Sun, 19 Jan 2020 20:18:25 -0500 Subject: [PATCH 5/5] Dropped dollar signs --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3896539..02965a7 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,17 @@ Install the lsb-core and lsb packages for Ubuntu 16.04 : ``` -$ sudo apt install lsb-core -$ sudo apt install lsb +sudo apt install lsb-core +sudo apt install lsb ``` -Update the package database : `$ sudo apt update` +Update the package database : + +```sudo apt update``` Upgrade your system using the "-f" parameter. This will attempt to correct a system which has broken dependencies: -```$ sudo apt upgrade -f``` . +```sudo apt upgrade -f``` ## Installation