Skip to content

Commit d6ee4e8

Browse files
author
sajidurrahman
committed
chore: disclaimer and installation steps in README.md
1 parent 71c2d4c commit d6ee4e8

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This is a fork of the original [python-clamd](https://github.com/graingert/pytho
2020
## Installation
2121

2222
```bash
23-
pip install python-clamd-fork
23+
pip install git+https://github.com/userlike/python-clamd.git
2424
```
2525

2626
## Usage
@@ -41,6 +41,10 @@ cd.scan('/path/to/file')
4141
cd.version()
4242
```
4343

44+
## Disclaimer
45+
46+
**USE AT YOUR OWN RISK.** This software is provided "as is", without warranty of any kind, express or implied. The authors and maintainers do not guarantee the correctness, reliability, or functionality of this package. We shall not be held liable for any damages, losses, or consequences arising from the use of this software. Please review the source code before using it in any production or critical environment.
47+
4448
## License
4549

4650
LGPL - See the original [python-clamd](https://github.com/graingert/python-clamd) for details.

0 commit comments

Comments
 (0)