diff --git a/mvs/entries/tk5-setup.md b/mvs/entries/tk5-setup.md index 5e3c643..2aa7723 100644 --- a/mvs/entries/tk5-setup.md +++ b/mvs/entries/tk5-setup.md @@ -234,7 +234,7 @@ root@tk5-sysa:~/mvs-tk5/conf# cd .. root@tk5-sysa:~/mvs-tk5# -Finally, there are two additional permissions mods that are needed. We can do these commands from the base directory. First, the mvs runner itself: `chmod +x ./mvs`. Then the directory where the hercules emulator is found: `chmod -R +x ./hercules`. Once that is done, we can proceed to the execution step. +Finally, there are three additional permissions mods that are needed. We can do these commands from the base directory. First, the mvs runner itself: `chmod +x ./mvs`. Second, the directory where the hercules emulator is found: `chmod -R +x ./hercules`, and finally, the "unattended" directory: `chmod -R +x ./unattended`. Once that is done, we can proceed to the execution step. ### Running The Turnkey MVS Instance