You got it! On Mac and Linux, you need to tell the system you want to run something from the current directory by using "./". Otherwise it will try to run whatever it can find in your system path. (^_^);