Merge pull request #75 from PeterUpfold/add-unzip-to-chrome-build-docs

Add unzip to dependencies for make chrome-build
This commit is contained in:
lwthiker
2022-06-02 10:20:00 +03:00
committed by GitHub

View File

@@ -20,7 +20,7 @@ sudo apt install python3-pip libnss3
pip install gyp-next
export PATH="$PATH:~/.local/bin" # Add gyp to PATH
# For the Chrome version only
sudo apt install golang-go
sudo apt install golang-go unzip
```
Clone this repository: