sh install-mac-linux.sh
sh run-mac.sh
Jesus said:Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:
Code:sh install-mac-linux.sh sh run-mac.sh
TGNx said:Jesus said:Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:
Code:sh install-mac-linux.sh sh run-mac.sh
Oh awesome. Thanks. I'm not very good at terminal, how do I do the cd thing to locate the file?
cd Desktop
cd Botclient
sh install-mac-linux.sh
sh run-mac.sh
dir
Jesus said:TGNx said:Jesus said:Yes, just run the .sh in terminal (I don't use a mac, but I use linux, I think it'd be:
Code:sh install-mac-linux.sh sh run-mac.sh
Oh awesome. Thanks. I'm not very good at terminal, how do I do the cd thing to locate the file?
Does mac have teamviewer or something?
Use the cd command to get to the folder (fully basing this off the windows command prompt)
E.G.
Code:cd Desktop cd Botclient sh install-mac-linux.sh sh run-mac.sh
and to see the folders/files inside the current folder type
Code:dir