瀏覽代碼

+ Fixed path setting example

michael 22 年之前
父節點
當前提交
a362a30da3
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/user.tex

+ 2 - 2
docs/user.tex

@@ -246,11 +246,11 @@ your path variable to contain the \verb|C:\PP\BIN| directory.
 Usually this is done in the \file{AUTOEXEC.BAT} file.
 It should look something like this :
 \begin{verbatim}
-  SET PATH=%PATH%;C:\PP\GO32V2\BIN
+  SET PATH=%PATH%;C:\PP\BIN\GO32V2
 \end{verbatim}
 for \dos or 
 \begin{verbatim}
-  SET PATH=%PATH%;C:\PP\WIN32\BIN
+  SET PATH=%PATH%;C:\PP\BIN\WIN32
 \end{verbatim}
 for \windows
 (Again, assuming that you installed in the default location).