commit de4acd0319755707bd069b2ac81fe9483f9a39ec parent f283d68fa757be5e690697b3d88b6912d693a375 Author: Marcel <mtrnord1@gmail.com> Date: Thu, 16 Feb 2017 11:29:31 +0100 Add Docker part to README Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -5,6 +5,15 @@ Currently it is still Work in Progress # How to Install +## Docker + +``` +git clone <repository url> +cd <repository name> +docker build -t tg_sync/tg_sync . +docker run -it -d -v $(pwd):/app tg_sync/tg_sync +``` + ## Preparing your Environment **install python 3.4 from source**