diff --git a/go-intro.tex b/go-intro.tex index 98d1b64..a224930 100644 --- a/go-intro.tex +++ b/go-intro.tex @@ -165,7 +165,7 @@ \section{Getting Go for Windows} created when you unpacked the zip; \item Add \verb|C:\Go\bin| to your \$PATH: \begin{display} -export PATH=\verb|C:\Go\bin| +set PATH=\verb|%PATH%;C:\Go\bin| \end{display} \end{itemize}