Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-milovidov authored Jun 13, 2022
1 parent eec99e7 commit 4b102c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ apt update
apt install sudo python pip git
pip3 install -r requirements.txt
git config --global --add safe.directory /workspace
./build.py --skip-multi-page --skip-blog --skip-docs --livereload 8080
./build.py --livereload 8080
```

```
cd ../docs/tools
sudo apt install python-3 pip
sudo apt install python3 pip
pip3 install -r requirements.txt
virtualenv build
Expand Down

0 comments on commit 4b102c9

Please sign in to comment.