-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
jmg1138 edited this page Nov 17, 2017
·
23 revisions
The unblinkingBot can be installed several different ways.
The fastest way to install the bot is by pulling the Docker image from the Docker Hub registry.
Run the docker pull command:
docker pull nothingworksright/unblinkingbot:0.0.1
It is also possible to build the Docker image manually by cloning the source code repository and running the docker build
command.
git clone https://github.com/nothingworksright/unblinkingbot.git
cd unblinkingbot
docker build --rm --no-cache -t nothingworksright/unblinkingbot:0.0.1 .
ಠ_ಠ unblinkingBot