From 2cf1d006fc8c976f9bd59d291640fadb4dd036b5 Mon Sep 17 00:00:00 2001 From: Max Christian Pohle Date: Mon, 7 Sep 2015 17:26:52 +0200 Subject: completed installation instruction: added mime type generation how2 --- doc/readme.md | 42 +++++++++++++++++++++++------------------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/doc/readme.md b/doc/readme.md index db07ace..d0c1978 100644 --- a/doc/readme.md +++ b/doc/readme.md @@ -1,26 +1,8 @@

CoderOnline :: Icon theme

This icon theme follows freedesktops - Icon Naming Specification + Icon Naming Specification and works nicely together with xfce, gnome, kde and others.
-

installation with git (recommend)

-
-
install
-
git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline
-
update
-
cd ~/.local/share/icons/CoderOnline && git pull && cd -
-
-
- -

installation / zip file

-To use this theme download the latest version and extract it to ~/.local/share/icons/ -
-
- - -

Preview

- -

places

@@ -50,4 +32,26 @@ different file types. The generator uses templates, which you can see here: +

Installation

+

1) Get the icons

+

installation with git (recommend)

+
+
install
+
git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline
+
update
+
cd ~/.local/share/icons/CoderOnline && git pull && cd -
+
+
+ +

installation / zip file

+
+
download
+
extract that file to ~/.local/share/icons/
+
+ +

2) generate mime type icons (optional)

+A Makefile is provided, which can be used to generate mime type icons for individual systems:
+cd ~/.local/share/icons && make mimetypes && cd -
+This will take a very long time so go and get a coffee :) +
-- cgit v1.2.3