How to setup Corebot on a MacOS
Make sure you have completed our pre-installation guide https://docs.corebot.dev/Setup/Pre-Installation
- Unzip Corebot into a folder of your choice.
- Open terminal. Be sure to use the cd < file path > command to change the console's path to your bot's directory.
- Make sure you have Brew (https://brew.sh/) installed. If you do not have it installed, run the following command in terminal:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
- Make sure you have the following packages installed (autoconf, automake, libtool). If you do not have it installed, run the following command in terminal:
brew install autoconf automake libtool
- Then, run this command:
node index.js
- Check that the bot is online on your discord server. If it's not, make sure you put the correct bot token and license key. If you have, create a ticket on our support.
Remember, if you have any issues, please join our support server and create a ticket!