Nicer formatting for RPM instructions
Ondrej Mikle

Ondrej Mikle commited on 2012-09-07 15:42:07
Zeige 1 geänderte Dateien mit 14 Einfügungen und 2 Löschungen.

... ...
@@ -26,6 +26,8 @@
26 26
     torproject.repo.  Edit this file with the following information:
27 27
     </p>
28 28
 
29
+    <h3>Fedora 16/17 and EL6 packages</h3>
30
+
29 31
     <p>For Fedora 16, Fedora 17, RHEL 6 (and clones), use following repo file - 
30 32
     substitute DISTRIBUTION with one of the following: fc/16, fc/17 or el/6
31 33
     according to your distribution.
... ...
@@ -52,8 +54,10 @@ gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.a
52 54
     </p>
53 55
 <pre>3B9E EEB9 7B1E 827B CF0A  0D96 8AF5 653C 5AC0 01F1</pre>
54 56
 
57
+    <h3>EL5 packages</h3>
58
+
55 59
     <p>Packages for RHEL 5 (and clones) are signed with different key due to
56
-    old rpm limitations, use this repo file:
60
+    old rpm limitations, put this repo file in /etc/yum.repos.d/ directory:
57 61
     </p>
58 62
     
59 63
 <pre>[tor-experimental]
... ...
@@ -76,11 +80,19 @@ gpgkey=http://deb.torproject.org/torproject.org/rpm/RPM-GPG-KEY-torproject.org.E
76 80
     </p>
77 81
 <pre>9D27 0E2A 351C B4CB 6D95  78AF F8E7 95F8 B4D4 03EA</pre>
78 82
 
83
+    <h3>Package installation and running</h3>
84
+
79 85
     <p>
80
-    Then install Tor by running:
86
+    Once you have the repo file, install Tor using (yum will ask about the
87
+    key's fingerprint the first time):
81 88
     </p>
82 89
 <pre>yum install tor</pre>
83 90
     
91
+    <p>
92
+    Start Tor using:
93
+    </p>
94
+<pre>service tor start</pre>
95
+    
84 96
     <p>
85 97
     Now Tor is installed and running. Move on to <a href="<page
86 98
     docs/tor-doc-unix>#using">step two</a> of the "Tor on Linux/Unix"
87 99