BUILD.md: cd into dangerzone/ after cloning

This commit is contained in:
deeplow 2023-08-24 14:51:41 +01:00
parent 831c3250c2
commit 688bfe056b
No known key found for this signature in database
GPG key ID: 577982871529A52A

View file

@ -188,6 +188,7 @@ Overview of the qubes you'll create:
```
git clone https://github.com/freedomofpress/dangerzone
cd dangerzone
```
2. Install Poetry using `pipx`:
@ -196,7 +197,7 @@ Overview of the qubes you'll create:
pipx install poetry
```
3. Change to the `dangerzone` folder, and install the poetry dependencies:
3. Install the poetry dependencies:
```
poetry install