mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Fix typos
This commit is contained in:
parent
29d6854eca
commit
b284a55dc6
5 changed files with 9 additions and 9 deletions
6
BUILD.md
6
BUILD.md
|
@ -150,7 +150,7 @@ Create a .rpm:
|
||||||
> require switching between qubes, and are subject to change.
|
> require switching between qubes, and are subject to change.
|
||||||
>
|
>
|
||||||
> If you want to build Dangerzone on Qubes and use containers instead of disposable
|
> If you want to build Dangerzone on Qubes and use containers instead of disposable
|
||||||
> qubes, please follow the intructions of Fedora / Debian instead.
|
> qubes, please follow the instructions of Fedora / Debian instead.
|
||||||
|
|
||||||
|
|
||||||
### Initial Setup
|
### Initial Setup
|
||||||
|
@ -163,7 +163,7 @@ Overview of the qubes you'll create:
|
||||||
| qube | type | purpose |
|
| qube | type | purpose |
|
||||||
|--------------|----------|---------|
|
|--------------|----------|---------|
|
||||||
| dz | app qube | Dangerzone development |
|
| dz | app qube | Dangerzone development |
|
||||||
| dz-dvm | app qube | offline diposable template for performing conversions |
|
| dz-dvm | app qube | offline disposable template for performing conversions |
|
||||||
| fedora-38-dz | template | template for the other two qubes |
|
| fedora-38-dz | template | template for the other two qubes |
|
||||||
|
|
||||||
#### In `dom0`:
|
#### In `dom0`:
|
||||||
|
@ -224,7 +224,7 @@ test it.
|
||||||
cd dangerzone
|
cd dangerzone
|
||||||
```
|
```
|
||||||
|
|
||||||
2. Follow the Fedora instructions for setting up the development environment with the particularlity of running the following instead of `poetry install`:
|
2. Follow the Fedora instructions for setting up the development environment with the particularity of running the following instead of `poetry install`:
|
||||||
```
|
```
|
||||||
poetry install --with qubes
|
poetry install --with qubes
|
||||||
```
|
```
|
||||||
|
|
|
@ -155,7 +155,7 @@ Overview of the qubes you'll create:
|
||||||
|
|
||||||
| qube | type | purpose |
|
| qube | type | purpose |
|
||||||
|--------------|----------|---------|
|
|--------------|----------|---------|
|
||||||
| dz-dvm | app qube | offline diposable template for performing conversions |
|
| dz-dvm | app qube | offline disposable template for performing conversions |
|
||||||
|
|
||||||
#### In `dom0`:
|
#### In `dom0`:
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ _Read more about Dangerzone in the [official site](https://dangerzone.rocks/abou
|
||||||
|
|
||||||
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
You can also install Dangerzone for Mac using [Homebrew](https://brew.sh/): `brew install --cask dangerzone`
|
||||||
|
|
||||||
> **Note**: you willl also need to install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
|
> **Note**: you will also need to install [Docker Desktop](https://www.docker.com/products/docker-desktop/).
|
||||||
> This program needs to run alongside Dangerzone at all times, since it is what allows Dangerzone to
|
> This program needs to run alongside Dangerzone at all times, since it is what allows Dangerzone to
|
||||||
> create the secure environment.
|
> create the secure environment.
|
||||||
|
|
||||||
|
|
|
@ -35,13 +35,13 @@ In case of a new version:
|
||||||
1. Add it in our CI workflows, to test if that version works.
|
1. Add it in our CI workflows, to test if that version works.
|
||||||
* See `.circleci/config.yml` and `.github/workflows/ci.yml`, as well as
|
* See `.circleci/config.yml` and `.github/workflows/ci.yml`, as well as
|
||||||
`dev_scripts/env.py` and `dev_scripts/qa.py`.
|
`dev_scripts/env.py` and `dev_scripts/qa.py`.
|
||||||
2. Do a test of this version locally with `dev_scripta/qa.py`. Focus on the
|
2. Do a test of this version locally with `dev_scripts/qa.py`. Focus on the
|
||||||
GUI part, since the basic functionality is already tested by our CI
|
GUI part, since the basic functionality is already tested by our CI
|
||||||
workflows.
|
workflows.
|
||||||
3. Add the new version in our `INSTALL.md` document, and drop a line in our
|
3. Add the new version in our `INSTALL.md` document, and drop a line in our
|
||||||
`CHANGELOG.md`.
|
`CHANGELOG.md`.
|
||||||
4. If that version is a new stable release, update the `RELEASE.md` and
|
4. If that version is a new stable release, update the `RELEASE.md` and
|
||||||
`BUILD.md` files where necesary.
|
`BUILD.md` files where necessary.
|
||||||
4. Send a PR with the above changes.
|
4. Send a PR with the above changes.
|
||||||
|
|
||||||
In case of an EOL version:
|
In case of an EOL version:
|
||||||
|
@ -163,7 +163,7 @@ prompt the user to start Docker Desktop.
|
||||||
_(Not for Qubes)_
|
_(Not for Qubes)_
|
||||||
|
|
||||||
Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone.
|
Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone.
|
||||||
Danerzone should install the container image successfully.
|
Dangerzone should install the container image successfully.
|
||||||
|
|
||||||
#### 4. Dangerzone retains the settings of previous runs
|
#### 4. Dangerzone retains the settings of previous runs
|
||||||
|
|
||||||
|
|
|
@ -93,7 +93,7 @@ prompt the user to start Docker Desktop.
|
||||||
_(Not for Qubes)_
|
_(Not for Qubes)_
|
||||||
|
|
||||||
Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone.
|
Remove the Dangerzone container image from Docker/Podman. Then run Dangerzone.
|
||||||
Danerzone should install the container image successfully.
|
Dangerzone should install the container image successfully.
|
||||||
|
|
||||||
#### 4. Dangerzone retains the settings of previous runs
|
#### 4. Dangerzone retains the settings of previous runs
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue