diff --git a/README.md b/README.md index db6211faddfe671dddf046552092b05c9a077ba9..02a8b3ac2c7f29c0fb9c35d45af24b369c98df1f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,15 @@ How often does your infrastructure break because you forgot to automate TLS rene Find out by rolling out this tool with the domains and services! +## Guide: how to set up + +To set up the backend: + +- `cd backend` +- `python -m venv venv` +- `source venv/bin/activate` +- `pip install -r requirements.txt` + ## Plans (TODO) ### Backend