aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Christian Pohle2015-09-07 17:26:52 +0200
committerMax Christian Pohle2015-09-07 17:26:52 +0200
commit2cf1d006fc8c976f9bd59d291640fadb4dd036b5 (patch)
treec3c0a588d3c626a7826e10054229c217e4998541
parenta50c48b6e1672267dd831972e76fd2130ef3b3e9 (diff)
downloadicons-2cf1d006fc8c976f9bd59d291640fadb4dd036b5.tar.bz2
icons-2cf1d006fc8c976f9bd59d291640fadb4dd036b5.zip
completed installation instruction: added mime type generation how2
-rw-r--r--doc/readme.md42
1 files 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 @@
1<h1>CoderOnline :: Icon theme</h1> 1<h1>CoderOnline :: Icon theme</h1>
2This icon theme follows freedesktops 2This icon theme follows freedesktops
3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a> 3 <a href="http://standards.freedesktop.org/icon-naming-spec/latest/">Icon Naming Specification</a> and works nicely together with xfce, gnome, kde and others.
4<br/> 4<br/>
5 5
6<h2>installation with git (recommend)</h2>
7<dl>
8 <dt>install</dt>
9 <dd><code>git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline</code></dd>
10 <dt>update</dt>
11 <dd><code>cd ~/.local/share/icons/CoderOnline && git pull && cd -</code></dd>
12</dl>
13<br/>
14
15<h2>installation / zip file</h2>
16To use this theme <a href="http://git.entwicklerseite.de/icons/snapshot/icons-master.zip">download</a> the latest version and extract it to <code>~/.local/share/icons/</code>
17<br/>
18<br/>
19
20
21<h1>Preview</h1>
22
23
24<h2>places</h2> 6<h2>places</h2>
25<img src="/icons/plain/doc/img/places.jpg" /> 7<img src="/icons/plain/doc/img/places.jpg" />
26 8
@@ -50,4 +32,26 @@ different file types. The generator uses templates, which you can see here:
50<img src="/icons/plain/doc/img/mimetypes-templates.jpg" /> 32<img src="/icons/plain/doc/img/mimetypes-templates.jpg" />
51 33
52 34
35<h1>Installation</h1>
53 36
37<h2>1) Get the icons</h2>
38<h3>installation with git (recommend)</h3>
39<dl>
40 <dt>install</dt>
41 <dd><code>git clone http://git.entwicklerseite.de/icons ~/.local/share/icons/CoderOnline</code></dd>
42 <dt>update</dt>
43 <dd><code>cd ~/.local/share/icons/CoderOnline && git pull && cd -</code></dd>
44</dl>
45<br/>
46
47<h3>installation / zip file</h3>
48<dl>
49 <dt><a href="http://git.entwicklerseite.de/icons/snapshot/icons-master.zip">download</a></dt>
50 <dd>extract that file to <code>~/.local/share/icons/</code></dd>
51</dl>
52
53<h2>2) generate mime type icons (optional)</h2>
54A Makefile is provided, which can be used to generate mime type icons for individual systems:<br/>
55<code>cd ~/.local/share/icons && make mimetypes && cd -</code><br/>
56This will take a very long time so go and get a coffee :)
57<br/>
..