Skip to content

Commit

Permalink
add cent6 section
Browse files Browse the repository at this point in the history
  • Loading branch information
lrstanley committed Mar 13, 2018
1 parent 3c7ef44 commit 219dc21
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ $ yum localinstall https://liam.sh/ghr/links_0.2.4_linux_amd64.rpm
$ links --help
```

Some older CentOS versions may require (if you get `Cannot open: <url>. Skipping.`):

```console
$ wget https://liam.sh/ghr/links_0.2.4_linux_amd64.rpm
$ yum localinstall links_0.2.4_linux_amd64.rpm
```

### Manual Install

```bash
Expand Down
7 changes: 7 additions & 0 deletions README_TPL.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ $ yum localinstall https://liam.sh/ghr/links_[[tag]]_[[os]]_[[arch]].rpm
$ links --help
```

Some older CentOS versions may require (if you get `Cannot open: <url>. Skipping.`):

```console
$ wget https://liam.sh/ghr/links_[[tag]]_[[os]]_[[arch]].rpm
$ yum localinstall links_[[tag]]_[[os]]_[[arch]].rpm
```

### Manual Install

```bash
Expand Down

0 comments on commit 219dc21

Please sign in to comment.