Install

To utilize the preinstalled 2bttns CLI within the 2bttns Docker container, prefix your CLI commands as follows:

docker-compose exec -T twobttns 2bttns-cli <command>

Global Installation:

npm i -g @2bttns/2bttns-cli

Without Global Installation:

npx @2bttns/2bttns-cli <command>

Was this helpful?