Skip to content

Commit

Permalink
Update README.md. Add step on installion to enable service
Browse files Browse the repository at this point in the history
  • Loading branch information
ljblancoredborder authored Jan 21, 2025
1 parent 2aa53a6 commit e7f58eb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ This service is part of the RedBorder Incident Response system. Its purpose is t
2. Install redborder-ai
```sh
dnf install redborder-ai
```
```
3. After package installation, enable and start the service
```sh
rbcli service enable redborder-ai
rbcli service start redborder-ai
```

## Model Execution

Expand Down

0 comments on commit e7f58eb

Please sign in to comment.