Add -p option to mkdir

This commit is contained in:
John Winans 2018-06-09 13:10:59 -05:00
parent 06f224264d
commit 97557b5853

View File

@ -49,7 +49,7 @@ would do.}%
To download, compile and ``install'' the toolchain: To download, compile and ``install'' the toolchain:
\begin{tty} \begin{tty}
mkdir ~/projects/riscv mkdir -p ~/projects/riscv
cd ~/projects/riscv cd ~/projects/riscv
git clone --recursive https://github.com/riscv/riscv-gnu-toolchain git clone --recursive https://github.com/riscv/riscv-gnu-toolchain
cd riscv-gnu-toolchain cd riscv-gnu-toolchain