We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
If you want to build this project for another distribution than your current one, you can use docker (or podman).
docker run -it --rm -v $PWD:/src/ debian:10
apt update apt install -y --no-install-recommends git curl erlang-nox erlang-dev curl -o /rebar3 https://s3.amazonaws.com/rebar3/rebar3 chmod +x /rebar3 # let's build it cd /src/ /rebar3 compile # and make a release /rebar3 release # let's check if it works _build/default/rel/ircbot/bin/ircbot -conf /src/settings.config