Skip to content

Commit

Permalink
fix: add missing step to release docs (#1346)
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita authored Jul 26, 2024
1 parent 4dbc573 commit d7181b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions book/src/developers/contributing/releases/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
python3 -m venv venv
. venv/bin/activate
pip install ansible
pip install docker
sudo apt install ansible-core
```
On mac you can do `brew install ansible` instead of `apt`.
Expand Down

0 comments on commit d7181b1

Please sign in to comment.