mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
BUILD.md: cd into dangerzone/ after cloning
This commit is contained in:
parent
831c3250c2
commit
688bfe056b
1 changed files with 2 additions and 1 deletions
3
BUILD.md
3
BUILD.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue