Commit 421a155a authored by milahu's avatar milahu Committed by GitHub

git: use shallow clone (#942)

parent cddc1a39
...@@ -41,7 +41,7 @@ Twitter limits scrolls while browsing the user timeline. This means that with `. ...@@ -41,7 +41,7 @@ Twitter limits scrolls while browsing the user timeline. This means that with `.
**Git:** **Git:**
```bash ```bash
git clone https://github.com/twintproject/twint.git git clone --depth=1 https://github.com/twintproject/twint.git
cd twint cd twint
pip3 install . -r requirements.txt pip3 install . -r requirements.txt
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment