From 97557b5853856aaafdb860dd46722d463e603f28 Mon Sep 17 00:00:00 2001 From: John Winans Date: Sat, 9 Jun 2018 13:10:59 -0500 Subject: [PATCH] Add -p option to mkdir --- book/install/chapter.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/install/chapter.tex b/book/install/chapter.tex index 32a3364..6999526 100644 --- a/book/install/chapter.tex +++ b/book/install/chapter.tex @@ -49,7 +49,7 @@ would do.}% To download, compile and ``install'' the toolchain: \begin{tty} -mkdir ~/projects/riscv +mkdir -p ~/projects/riscv cd ~/projects/riscv git clone --recursive https://github.com/riscv/riscv-gnu-toolchain cd riscv-gnu-toolchain