FIXUP: Lint

This commit is contained in:
Alex Pyrgiotis 2024-09-23 18:32:15 +03:00
parent 8aebc44fd0
commit 3343149486
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 18 additions and 1 deletions

View file

@ -439,7 +439,6 @@ Download the OCR language data:
python3 .\install\common\download-tessdata.py
```
After that you can launch dangerzone during development with:
```

View file

@ -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:
```