From 02dc8d848df1a116f8335dc95397b51daa0b26b6 Mon Sep 17 00:00:00 2001 From: tylerjay254 Date: Fri, 1 Apr 2022 17:13:32 +0300 Subject: [PATCH] Readme update -docker installation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 5e1df670..19a89879 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,15 @@ pip3 install --user --upgrade git+https://github.com/twintproject/twint.git@orig ```bash pipenv install git+https://github.com/twintproject/twint.git#egg=twint ``` +**Docker Using Dockerfile**: +```bash +git clone --depth=1 https://github.com/twintproject/twint.git +cd twint +docker build -t twint . +docker run -it twint /bin/bash +``` + + ### March 2, 2021 Update