From 778c8e9d778da1693adff8343e19006927556e38 Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 12 Feb 2019 23:34:34 -0700 Subject: [PATCH] updated docs to show gitlab container hosting --- web/docs/index.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/web/docs/index.md b/web/docs/index.md index b9f6f49..0aec1ac 100644 --- a/web/docs/index.md +++ b/web/docs/index.md @@ -66,7 +66,13 @@ The dividend command will give you the `dividend yield`, `dividend rate`, and wi --- -## Run your own Bot +## Run your own bot using latest build + +```powershell +docker run --detach registry.gitlab.com/misterbiggs/simple-telegram-bot:latest +``` + +## Built and Run your own Bot You can also run your own bot super easily in a [Docker](https://hub.docker.com/) Container.