+To setup Adix on your device, you can choose from cloning, forking or downloading the code zip file. Once you have the code for Adix, run `npm install` if you use npm or `yarn install` if you use yarn. After installing the dependencies, rename the `.env.example` file to `.env` and edit placeholder values for the environment variables accordingly. The `port`, `hostname` and `password` values can be found in the `lavalink/application.yml` file (`hostname` should be the `address` value). `adix.config.js` does not need to be altered, but will be required for Adix to function.
0 commit comments