3. Cloning & bulding

The bot is written in Go, and to start using it, you need to compile the source codes found in the GitHub repository. Let's get started with that.

3.1. Server

3.1.1. Return to the droplet's terminal and run the installer:

curl -sSL https://bit.ly/3p24MCP | sudo bash

If this command seems strange or dangerous to you, don't worry. Bit.ly is used only for your convenience and leads to this script (you can check it yourself).

3.1.2. If there were no problems with the installer, you can go on to the next chapter. You can tell if there are no problems by looking at the /etc/bluecosmo/.env file — if it exists, everything is fine. In case of any errors, create a new issue here.

Last updated