From 5e857df76c71f4301aaec95acec277cb8b9493fd Mon Sep 17 00:00:00 2001 From: John Dancel Date: Mon, 22 Apr 2019 10:38:19 -0400 Subject: [PATCH] Fix stuff directory creation steps --- doc/how_to_build_macosx.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/how_to_build_macosx.md b/doc/how_to_build_macosx.md index f55bd5d8..0b9ee3f7 100644 --- a/doc/how_to_build_macosx.md +++ b/doc/how_to_build_macosx.md @@ -108,7 +108,9 @@ Command /bin/sh emitted errors but did not return a nonzero exit code to indicat If you have installed OpenToonz on the machine already, you can skip this. Otherwise, you need to create the stuff folder with the following: ``` $ cd ~/Documents/opentoonz +$ sudo mkdir /Applications/OpenToonz $ sudo cp -r stuff /Applications/OpenToonz/OpenToonz_stuff +$ sudo chmod -R 777 /Applications/OpenToonz ``` ### Running the build