File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,20 @@ The openmcp bootstrapper is a command line tool that is able to set up an openmc
88
99## Requirements and Setup
1010
11- * Insert a short description what is required to get your project running...*
11+ This project uses the [ cobra library] ( https://github.com/spf13/cobra ) for command line parsing.
12+ To install the ` cobra-cli ` , call the following command:
13+
14+ ``` shell
15+ go install github.com/spf13/cobra-cli@latest
16+ ```
17+
18+ To add a new command, run the following command in the root directory of this project:
19+
20+ ``` shell
21+ cobra-cli add < command-name>
22+ ```
23+
24+ See more details in the [ cobra-cli documentation] ( https://github.com/spf13/cobra-cli/blob/main/README.md )
1225
1326## Support, Feedback, Contributing
1427
You can’t perform that action at this time.
0 commit comments