Skip to content

Commit f55b6a7

Browse files
authored
Update README.md
1 parent d99f46c commit f55b6a7

1 file changed

Lines changed: 21 additions & 24 deletions

File tree

README.md

Lines changed: 21 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44

55
## Install It
66

7-
### Official Distro Packages
7+
### Distro Packages
88
|Distro|Install Command/Links|
99
|:----:|:----:|
10-
|![arch](https://dl.dropboxusercontent.com/u/60521097/archlogo26x26.png) ![antergos](https://dl.dropboxusercontent.com/u/60521097/logo-square26x26.png)|`sudo pacman -S numix-themes`|
11-
|![openSUSE](https://dl.dropboxusercontent.com/u/60521097/Geeko-button-bling7.png)|[1 Click Install](http://software.opensuse.org/ymp/openSUSE:Factory/standard/numix-gtk-theme.ymp)  \|  [OBS Repo](http://software.opensuse.org/download.html?project=openSUSE%3AFactory&package=numix-gtk-theme)|
12-
|![fedora](https://dl.dropboxusercontent.com/u/60521097/fedora-logo.png)|`sudo dnf install numix-gtk-theme`|
13-
|[![debian](https://www.debian.org/logos/openlogo-nd-25.jpg)](https://www.debian.org/) ![ubuntu](https://dl.dropboxusercontent.com/u/60521097/ubuntu_orange_hex.png)|`sudo apt install numix-gtk-theme`|
10+
|![arch][arch]  ![antergos][antergos]|`sudo pacman -S numix-themes`|
11+
|![opensuse][opensuse]|[1 Click Install](http://software.opensuse.org/ymp/openSUSE:Factory/standard/numix-gtk-theme.ymp)  \|  [OBS Repo](http://software.opensuse.org/download.html?project=openSUSE%3AFactory&package=numix-gtk-theme)|
12+
|![fedora][fedora]|`sudo dnf install numix-gtk-theme`|
13+
|![debian][debian]  ![ubuntu][ubuntu]|`sudo apt install numix-gtk-theme`|
1414

1515
## Build It
1616

@@ -22,28 +22,16 @@ To install Sass, install Ruby and the gem command using your distribution's pack
2222

2323
You'll also need the ```glib-compile-schemas``` and ```gdk-pixbuf-pixdata``` commands in your path to generate the gresource binary. Install them using your distribution's package manager.
2424

25-
#### Debian, Ubuntu
26-
27-
```sh
28-
sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils
29-
```
30-
31-
#### Fedora
32-
33-
```sh
34-
sudo dnf install glib2-devel gdk-pixbuf2-devel
35-
```
36-
37-
#### Arch Linux
38-
39-
```sh
40-
sudo pacman -S glib2 gdk-pixbuf2
41-
```
25+
|Distro|Commands|
26+
|:----:|:----:|
27+
|![arch][arch]  ![antergos][antergos]|`sudo pacman -S glib2 gdk-pixbuf2`|
28+
|![opensuse][opensuse]|`sudo zipper install glib2-devel gdk-pixbuf-devel`|
29+
|![fedora][fedora]|`sudo dnf install glib2-devel gdk-pixbuf2-devel`|
30+
|[![debian][debian]  ![ubuntu][ubuntu]|`sudo apt-get install libglib2.0-dev libgdk-pixbuf2.0-dev libxml2-utils`|
4231

43-
After installing all the dependencies, switch to the cloned directory and, run the following in Terminal,
32+
After installing all the dependencies, change to the cloned directory and, run the following in Terminal,
4433

4534
```sh
46-
make
4735
sudo make install
4836
```
4937

@@ -86,3 +74,12 @@ Murrine theme engine
8674
Report bugs or contribute at [GitHub](https://github.com/numixproject/numix-gtk-theme)
8775

8876
License: GPL-3.0+
77+
78+
79+
[antergos]: https://www.dropbox.com/s/tju7maccr328w87/logo-square26x26.png?dl=1 "antergos"
80+
[arch]: https://www.dropbox.com/s/q8ypd345cqcd0b5/archlogo26x26.png?dl=1 "arch"
81+
[fedora]: https://www.dropbox.com/s/b8q448vuwopb0cl/fedora-logo.png?dl=1 "fedora"
82+
[openSUSE]: https://www.dropbox.com/s/jhirpw85ztgl59h/Geeko-button-bling7.png?dl=1 "openSUSE"
83+
[ubuntu]: https://www.dropbox.com/s/nev98nld2u1qbgl/ubuntu_orange_hex.png?dl=1 "ubuntu"
84+
[debian]: https://www.dropbox.com/s/jg7pypm1zk9qjt6/openlogo-nd-25.png?dl=1 "debian"
85+

0 commit comments

Comments
 (0)