Skip to content

Commit 098eba9

Browse files
committed
Fix README
1 parent f6af3b9 commit 098eba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ A collection of various mini-plugins for Nagios.
99
```shell
1010
python -m venv env
1111
. ./env/bin/activate
12-
./setup.py install
12+
pip install -e .
1313
# Now it is possible to run any of the ./env/bin/nagios_d3s_check_* scripts
1414
```
1515

0 commit comments

Comments
 (0)