Changes

Jump to navigation Jump to search
316 bytes added ,  10:05, 2 July 2020
→‎Installation: add zsh PATH instructions
#* UNIX: <code>sh install.sh</code>
# Add ConTeXt to your system PATH :
#* WINDOWS: #** run <code>setpath.bat</code>#* MAC:#** Bash shell (pre-catalina) <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.bashrc</code>#** Zsh shell (Catalina) <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.zshenv</code>
#* UNIX: use the PATH instructions provided at the end of <code>install.sh</code> with:
#** Bash shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.bashrc</code>
#** Zsh shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.zshenv</code>
#** Sh/Ksh shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.profile</code>
#** Tcsh/csh shell <code>echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc</code>

Navigation menu