Fix stuff directory creation steps

This commit is contained in:
John Dancel 2019-04-22 10:38:19 -04:00
parent 9b39286f16
commit 5e857df76c

View file

@ -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: 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 $ cd ~/Documents/opentoonz
$ sudo mkdir /Applications/OpenToonz
$ sudo cp -r stuff /Applications/OpenToonz/OpenToonz_stuff $ sudo cp -r stuff /Applications/OpenToonz/OpenToonz_stuff
$ sudo chmod -R 777 /Applications/OpenToonz
``` ```
### Running the build ### Running the build