diff --git a/docs/setup.md b/docs/setup.md index 45ce7a39d..2bc5e1815 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -116,9 +116,17 @@ Some windows IDEs, such as [VSCode](https://code.visualstudio.com/docs/remote/ws sudo mv geckodriver /usr/local/bin/ ``` -Also ensure you have firefox installed + Also ensure you have firefox installed -7. Clone the repo +7. Install libyaml-dev if on Linux + + Linux (Debian): + + ```bash + sudo apt install -y libyaml-dev + ``` + +8. Clone the repo ```bash git clone https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data.git