Skip to content

Commit

Permalink
Update README file to provide how to use instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
brnquester committed Dec 30, 2021
1 parent fd27790 commit e525831
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,16 @@ Features highlight
* Send email alerts
* Supported hashing methods: "md5", "sha1", "sha224", "sha256", "sha384", "sha512"

How to use it
----------------------

1. To install, run ``pip install integrityguard``
2. Edit the configuration file that will be presented after the installation. (``integrityguard.conf``)
3. Generate the reference hashes, run ``integrityguard --task generate_hashes``
4. Start the monitoring, run ``integrityguard --task monitor``

For more information, run ``integrityguard --help``

Call for contributors
----------------------

Expand Down

0 comments on commit e525831

Please sign in to comment.