From cd149f7b1184a340584063b8a50f52abb590c69f Mon Sep 17 00:00:00 2001 From: Anson Date: Tue, 5 Feb 2019 21:33:21 -0700 Subject: [PATCH] Updated readme to reflect new static pages --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 2ecdb28..c3ac82b 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,5 @@ # simple-telegram-bot -## Docker Instructions +## A Telegram Bot for stock market Data. -Build the Image - -```powershell -docker build -t stockbot . -``` - -Run The image - -```powershell -docker run -it --rm --name stockbot stockbot -``` - -Or run the Image headless - -```powershell -docker run -it --rm --detatch --name stockbot stockbot -``` \ No newline at end of file +## Full documentation [here.](https://misterbiggs.gitlab.io/simple-telegram-bot) \ No newline at end of file