Browse Source

CLDC-NONE: Add extra library to install to setup

pull/3330/merge
samyou-softwire 1 month ago
parent
commit
b31c9f410b
  1. 10
      docs/setup.md

10
docs/setup.md

@ -118,7 +118,15 @@ Some windows IDEs, such as [VSCode](https://code.visualstudio.com/docs/remote/ws
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 ```bash
git clone https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data.git git clone https://github.com/communitiesuk/submit-social-housing-lettings-and-sales-data.git

Loading…
Cancel
Save