We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb94a1 commit cdebce3Copy full SHA for cdebce3
1 file changed
README.md
@@ -76,12 +76,17 @@ To update to the latest release:
76
prometheus-lua update
77
```
78
79
+To uninstall:
80
+```bash
81
+rm -f ~/.local/bin/prometheus-lua && rm -rf ~/.local/share/prometheus-lua
82
+```
83
+
84
### Local source usage
85
86
```bash
87
git clone https://github.com/prometheus-lua/Prometheus.git
88
cd Prometheus
-./prometheus-lua --preset Medium ./your_file.lua
89
+lua cli.lua --preset Medium ./your_file.lua
90
91
92
---
0 commit comments