Skip to content

Commit

Permalink
Added some info to install on Arch Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ExcaliburZero committed Sep 8, 2015
1 parent 5e4bcc5 commit 7f3400a
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Below are some instructions on how to install Jekyll Helper. If there are any ot
Note that before you install Jekyll Helper you should first install Jekyll. Without Jekyll installed, Jekyll Helper will still install, but it will not be able to perform any functions using Jekyll.

### Linux
#### PPA
#### Debian-based Distros
##### PPA
This program can be installed on Debian-based Linux distros through the following personal package archive `ppa:excaliburzero/jekyll-helper`. The commands to install it via that ppa are as follows:

```
Expand All @@ -41,9 +42,27 @@ sudo apt-get update
sudo apt-get install jekyll-helper
```

#### Deb package
##### Deb package
This program can also be installed on Debian-based Linux distros through the `.deb` packages that are included in the released versions of the program. The `.deb` packages for each version of the program can be found on the program's [releases page](https://github.com/ExcaliburZero/jekyll-helper/releases).

#### Arch Linux
##### AUR
This program can be installed from the latest git through the Arch User Repository. It can be created from the AUR manually or through using an AUR client like Yaourt.

The command to install it with Yaourt is the following:

```
yaourt jekyll-helper-git
```

##### Package from source
This program can be packaged and installed for Arch Linux via its source code by running the following commands.

```
makepkg
sudo pacman -U PACKAGEFILENAMEHERE
```

#### Compile from source
This program can be compiled from it source code. It is generally packaged via Quickly, however it should be able to be compiled through other methods.

Expand Down

0 comments on commit 7f3400a

Please sign in to comment.