summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--www/docs/cygwin_sdk.t12
1 files changed, 12 insertions, 0 deletions
diff --git a/www/docs/cygwin_sdk.t b/www/docs/cygwin_sdk.t
index 46c9507b16..4c37e39948 100644
--- a/www/docs/cygwin_sdk.t
+++ b/www/docs/cygwin_sdk.t
@@ -50,5 +50,17 @@
50 <li>Devel - sh-gcc</li> 50 <li>Devel - sh-gcc</li>
51 </ul> 51 </ul>
52 52
53<h2>Step 4: Set the PATH variable</h2>
54<p>
55 Now you edit your .bash_profile and add the following last:
56
57<p>
58 <pre>PATH=${PATH}:/opt/sh1/bin</pre>
59
60<p>
61 Done. Happy hacking!
62
63<p>
64 <i>Linus</i>
53 65
54#include "foot.t" 66#include "foot.t"