diff --git a/README.md b/README.md index 52489b7..01565a6 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,17 @@ Run directly from your internal git server: sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())" ``` -### Traditional Installation +Run directly from internal git server with debug enabled: +```bash +sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())" --debug +``` + +Most common execution +```bash +sudo python3 -c "import urllib.request; exec(urllib.request.urlopen('http://10.10.10.63:3000/LotusGuild/analyzeOSDs/raw/branch/main/ceph_osd_analyzer.py').read().decode())" --debug --class hdd +``` + +### Traditional Installation (not recommended) ```bash # Clone repository