Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YoongiKim authored Feb 19, 2019
1 parent 95fb0a7 commit a47c772
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,14 +53,17 @@ I recommend you to remove those directories and re-download.

# Remote crawling through SSH on your server

```
sudo apt-get install xvfb <- This is virtual display
sudo apt-get install screen <- This will allow you to close SSH terminal while running. (I won't explain how to use it)
sudo apt-get install screen <- This will allow you to close SSH terminal while running.
screen -S s1
Xvfb :99 -ac
DISPLAY=:99 python3 main.py

```

# Customize

Expand Down

0 comments on commit a47c772

Please sign in to comment.