From c87c13eb1f88aff0f65ddea1118c3e05286eece0 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Mon, 22 Dec 2025 18:10:00 -0500 Subject: [PATCH] revert 9793f8bcbe1578b786cbe8906e0b3b037dcfb7d5 revert Updated quick execute commands --- README.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 01565a6..52489b7 100644 --- a/README.md +++ b/README.md @@ -61,17 +61,7 @@ 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())" ``` -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) +### Traditional Installation ```bash # Clone repository