summaryrefslogtreecommitdiffstats
path: root/Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html
diff options
context:
space:
mode:
Diffstat (limited to 'Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html')
-rw-r--r--Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html b/Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html
index 6c214e7..56f5646 100644
--- a/Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html
+++ b/Mac/OSXResources/app/Resources/English.lproj/Documentation/shell.html
@@ -13,7 +13,7 @@
<table>
<tr>
<td>
- <img src="python.gif" width="128" height="128" align="top">
+ <img src="python.gif" width="128" height="128" align="top" alt="">
</td>
<td>
<p>MacPython 2.3 installs a perfectly normal Unix commandline
@@ -26,13 +26,14 @@
to the file <tt>.login</tt> in your home directory and restart Terminal:
<br>
<tt>setenv PATH /usr/local/bin:$PATH</tt>
-
+ </p>
<p>If you use <tt>bash</tt> or <tt>zsh</tt>
you should add the following line
to the file <tt>.profile</tt> in your home directory and restart Terminal:
<br>
<tt>export PATH=/usr/local/bin:$PATH</tt>
+ </p>
<h2>GUI scripts</h2>