Changes

Jump to navigation Jump to search
110 bytes removed ,  09:46, 7 July 2020
# Execute the install program, which will take care of downloading the distribution:
#* WINDOWS: <code>install.bat</code>
#* UNIX/MAC/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>
#** Sh/Ksh shell <code>echo 'export PATH=...thepathinstructions...:$PATH' >> ~/.profile</code>
#** Tcsh/csh shell <code>echo 'set path = ($path ...thepathinstructions...)' >> ~/.cshrc</code>
#* MAC:
#** Same as for UNIX. MacOS Catalina (10.15) defaults to `Zsh`, earlier versions defaulted to `Bash`
= First Run ! =

Navigation menu