Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <richard.j.zak@gmail.com>
  • Loading branch information
rjzak committed Aug 24, 2023
1 parent c654181 commit 171ef59
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions profile/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,12 @@
MalwareDB aims to be a bookkeeping application to store data regarding malicious and benign files, or other unknown binaries.

Install:
* By cloning the repository:
* `git clone https://github.com/malwaredb/malwaredb-rs.git && cd malwaredb-rs && cargo build`
* Using Docker:
* `git clone https://github.com/malwaredb/docker.git && cd docker/MalwareDB && docker build -t malwaredb/latest .`
* Using Cargo:
* `cargo install malwaredb`

See [MalwareDB-rs](https://github.com/malwaredb/malwaredb-rs) for more information.

0 comments on commit 171ef59

Please sign in to comment.