Skip to content

Commit f41c2ce

Browse files
committed
add cobra-cli infos
1 parent c5af0ea commit f41c2ce

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)