Skip to content

Commit

Permalink
Issue #504 - Removing missing package references from README.md
Browse files Browse the repository at this point in the history
This is not a fix for #504 - the issue is asking that Kimchi-project
stores older package versions in the Github.io page. What this patch
does is remove the references of non-existent files from Github.io
in the README.md file.

Signed-off-by: Daniel Henrique Barboza <[email protected]>
  • Loading branch information
danielhb committed Dec 14, 2016
1 parent 2ea0f79 commit 740a44a
Showing 1 changed file with 7 additions and 32 deletions.
39 changes: 7 additions & 32 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,43 +62,18 @@ Installing From Packages
------------------------

Kimchi and Ginger teams provide packages of the latest stable release of Wok,
Ginger Base and Ginger. To install them, follow these instructions:
Ginger Base and Ginger. To install them, follow the install instructions
on:

**For Fedora:**
http://kimchi-project.github.io/wok/downloads/

```
$ wget http://kimchi-project.github.io/wok/downloads/wok-2.0.0-0.fc23.noarch.rpm
$ wget http://kimchi-project.github.io/gingerbase/downloads/ginger-base-2.0.0-0.fc23.noarch.rpm
$ wget http://kimchi-project.github.io/ginger/downloads/ginger-2.0.0-0.fc23.noarch.rpm
$ sudo dnf install wok-*.rpm ginger-*.rpm
```
and

**For RHEL:**
http://kimchi-project.github.io/gingerbase/downloads/

```
$ wget http://kimchi-project.github.io/wok/downloads/wok-2.0.0-0.el7.noarch.rpm
$ wget http://kimchi-project.github.io/gingerbase/downloads/ginger-base-2.0.0-0.el7.noarch.rpm
$ wget http://kimchi-project.github.io/ginger/downloads/ginger-2.0.0-0.el7.noarch.rpm
$ sudo yum install wok-*.rpm ginger-*.rpm
```
and

**For Debian/Ubuntu:**

```
$ wget http://kimchi-project.github.io/wok/downloads/wok-2.0.0-0.noarch.deb
$ wget http://kimchi-project.github.io/gingerbase/downloads/ginger-base-2.0.0-0.noarch.deb
$ wget http://kimchi-project.github.io/ginger/downloads/ginger-2.0.0-0.noarch.deb
$ sudo dpkg -i wok-*.deb ginger-*.deb
```

**For OpenSUSE:**

```
$ wget http://kimchi-project.github.io/wok/downloads/wok-2.0.0-0.noarch.rpm
$ wget http://kimchi-project.github.io/gingerbase/downloads/ginger-base-2.0.0-0.noarch.rpm
$ wget http://kimchi-project.github.io/ginger/downloads/ginger-2.0.0-0.noarch.rpm
$ sudo zypper install wok-*.rpm ginger-*.rpm
```
http://kimchi-project.github.io/ginger/downloads/

Installing from Source Code
---------------------------
Expand Down

0 comments on commit 740a44a

Please sign in to comment.