Skip to content

Commit

Permalink
feat: updating readme with information on the Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: R.A. te Boekhorst <[email protected]>
  • Loading branch information
boekhorstb1 committed Mar 7, 2024
1 parent 624a0f7 commit a13c13e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,18 @@ git clone https://github.com/SovereignCloudStack/rookify
cd rookify
```

3. __TODO:__ Install script
3. For local installation of a development setup:
```bash
make setup
```

4. __TODO:__ Install script for container-based setup

## Usage
__TODO__

See the [Makefile](./Makefile). You can run it by simply typing `make`, which will give you a list of helpfull commands that can be used for development.

## Support
For issues, questions, or contributions, please open an issue or pull request in the GitHub repository. We welcome community feedback and contributions to enhance rookify.

Expand Down

0 comments on commit a13c13e

Please sign in to comment.