mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-24 14:47:13 -04:00
Add unzip to requirements
When running Step #3 `flutter channel dev` got: ```Missing "unzip" tool. Unable to extract Dart SDK. Consider running "sudo apt-get install unzip".```
This commit is contained in:
parent
4a72b7a87c
commit
038bf41077
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Note:
|
|||
### Detail steps
|
||||
1. Install prerequisites
|
||||
```shell
|
||||
sudo apt-get install curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev
|
||||
sudo apt-get install curl build-essential libsqlite3-dev libssl-dev clang cmake ninja-build pkg-config libgtk-3-dev unzip
|
||||
# optional, for generating protobuf in step 8 only
|
||||
sudo apt-get install protobuf-compiler
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue