Skip to content

Commit

Permalink
docs: update information that users should check for radoslib install…
Browse files Browse the repository at this point in the history
…ation

Signed-off-by: Boekhorst <[email protected]>
  • Loading branch information
boekhorstb1 committed Aug 22, 2024
1 parent 318c5fd commit a7e3fb1
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,18 @@ git clone https://github.com/SovereignCloudStack/rookify
cd rookify
```

3. To install the local development environment
3. Check if your host has the correct "radoslib" library installed (if not: then install radoslib version 2.0.0):
```bash
make check-radoslib
```

4. To install the local development environment
(_Note: This will install pre-commit in your local user context_):
```bash
make setup
```

4. To install the container-based environment
5. To install the container-based environment
```bash
make build-container
docker run -ti --mount type=bind,source="$(pwd)",target=/app/rookify/src/,readonly --workdir=/app/rookify/src rookify:latest
Expand Down

0 comments on commit a7e3fb1

Please sign in to comment.