Skip to content

Commit

Permalink
Add documentation for cvd add command
Browse files Browse the repository at this point in the history
  • Loading branch information
kimdre authored and micahsnyder committed Apr 26, 2024
1 parent bf760b3 commit a422e3f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ Familiarize yourself with the various commands using the `--help` option.
cvd --help
cvd config --help
cvd update --help
cvd add --help
cvd clean --help
```

Expand Down Expand Up @@ -271,6 +272,20 @@ ls ~/.cvdupdate/logs
cat ~/.cvdupdate/logs/*
```

### Add an additional database

Maybe add an additional database that is not part of the default set of databases.

```bash
cvd add linux.cvd https://database.clamav.net/linux.cvd
```

List out the databases again:

```bash
cvd list -V
```

### Serve it up, Test out FreshClam

Test out your mirror with FreshClam on the same computer.
Expand Down

0 comments on commit a422e3f

Please sign in to comment.