Andrew Lewman commited on 2010-11-28 18:17:03
Zeige 1 geänderte Dateien mit 6 Einfügungen und 6 Löschungen.
| ... | ... |
@@ -172,19 +172,19 @@ |
| 172 | 172 |
<li>Open Finder and click on Applications.</li> |
| 173 | 173 |
<li>Drag /Applications/Vidalia to the Trash.</li> |
| 174 | 174 |
<li>Remove /Library/Torbutton from your system.</li> |
| 175 |
- <li>In your home directory, go to Library, remove the Vidalia |
|
| 175 |
+ <li>In your User or home directory, go to Library, remove the Vidalia |
|
| 176 | 176 |
directory</li> |
| 177 | 177 |
</ol> |
| 178 | 178 |
|
| 179 | 179 |
<p>Tor, Vidalia, and Polipo are now completely removed from your system.</p> |
| 180 | 180 |
|
| 181 | 181 |
<p>If you're familiar with the command line or Terminal, you can |
| 182 |
- manually remove the following:</p> |
|
| 182 |
+ manually type the following:</p> |
|
| 183 | 183 |
<ul> |
| 184 |
- <li>/Applications/Vidalia.app/</li> |
|
| 185 |
- <li>/Library/Torbutton/</li> |
|
| 186 |
- <li>~/Library/Vidalia</li> |
|
| 187 |
- <li>~/.tor</li> |
|
| 184 |
+ <li>rm -r /Applications/Vidalia.app</li> |
|
| 185 |
+ <li>rm -r /Library/Torbutton</li> |
|
| 186 |
+ <li>rm -r ~/Library/Vidalia</li> |
|
| 187 |
+ <li>rm -r ~/.tor</li> |
|
| 188 | 188 |
</ul> |
| 189 | 189 |
|
| 190 | 190 |
<hr> |
| 191 | 191 |