Fix unnecessary packages during install bit of HoN doc. Fix incorrect wording on Preparing to Install doc.
This commit is contained in:
parent
a21f4d9b62
commit
30d2294358
|
@ -8,7 +8,7 @@ First, install the latest version of HoN by downloading it and running "HoNClien
|
||||||
Assuming that you install to ~/HoN (default), you only need to run two commands:
|
Assuming that you install to ~/HoN (default), you only need to run two commands:
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
sudo eopkg it gconf libgcrypt11 libglu mesalib
|
sudo eopkg it gconf libgcrypt11
|
||||||
```
|
```
|
||||||
|
|
||||||
That installs all of the dependencies that HoN needs.
|
That installs all of the dependencies that HoN needs.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Preparing to installation
|
title: Preparing to install
|
||||||
---
|
---
|
||||||
# Preparing to installation
|
# Preparing to install
|
||||||
|
|
||||||
The first step to installing Solus is acquiring the correct media. The Solus Project provides ISO images, which contain the contents of the Solus for installing.
|
The first step to installing Solus is acquiring the correct media. The Solus Project provides ISO images, which contain the contents of the Solus for installing.
|
||||||
|
|
||||||
|
|
Reference in New Issue