Skip to content

Commit d958359

Browse files
committed
Add install and setup instructions to README
1 parent 8781e40 commit d958359

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ SPDX-License-Identifier: CC-BY-4.0
99

1010
HERMES curation plugin using the Software CaRD framework.
1111

12+
Install it:
13+
14+
``` bash
15+
pip install git+https://github.com/softwarepub/hermes-plugin-software-card.git
16+
```
17+
18+
Configure it in `hermes.toml`:
19+
20+
``` toml
21+
[curate]
22+
plugin = "software_card"
23+
```
24+
1225
## Development
1326

1427
```bash

0 commit comments

Comments
 (0)