Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,19 @@

# 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
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:

Upgrade you 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

Expand All @@ -24,7 +31,7 @@ Tested with:
Machine name: lgX (x = screen number*)<br>
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.

Expand Down