fix README.md
This commit is contained in:
parent
b361fa72ec
commit
0ce372f744
1 changed files with 3 additions and 1 deletions
|
@ -39,11 +39,13 @@ Get the dependencies:
|
|||
pip install -r requirements.txt
|
||||
```
|
||||
|
||||
Then build a binary for your current platform:
|
||||
|
||||
```bash
|
||||
python3 build.py
|
||||
```
|
||||
|
||||
Then to build the app:
|
||||
### Building the app
|
||||
|
||||
```
|
||||
cd desktop
|
||||
|
|
Loading…
Reference in a new issue