mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
FIXUP: Lint
This commit is contained in:
parent
8aebc44fd0
commit
3343149486
2 changed files with 18 additions and 1 deletions
1
BUILD.md
1
BUILD.md
|
@ -439,7 +439,6 @@ Download the OCR language data:
|
|||
python3 .\install\common\download-tessdata.py
|
||||
```
|
||||
|
||||
|
||||
After that you can launch dangerzone during development with:
|
||||
|
||||
```
|
||||
|
|
|
@ -289,6 +289,12 @@ Build the latest container:
|
|||
python3 ./install/common/build-image.py
|
||||
```
|
||||
|
||||
Download the OCR language data:
|
||||
|
||||
```sh
|
||||
python3 ./install/common/download-tessdata.py
|
||||
```
|
||||
|
||||
Run from source tree:
|
||||
|
||||
```sh
|
||||
|
@ -345,6 +351,12 @@ Build the latest container:
|
|||
python3 ./install/common/build-image.py
|
||||
```
|
||||
|
||||
Download the OCR language data:
|
||||
|
||||
```sh
|
||||
python3 ./install/common/download-tessdata.py
|
||||
```
|
||||
|
||||
Run from source tree:
|
||||
|
||||
```sh
|
||||
|
@ -403,6 +415,12 @@ Build the dangerzone container image:
|
|||
python3 .\install\common\build-image.py
|
||||
```
|
||||
|
||||
Download the OCR language data:
|
||||
|
||||
```sh
|
||||
python3 .\install\common\download-tessdata.py
|
||||
```
|
||||
|
||||
After that you can launch dangerzone during development with:
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue