Skip to content

Commit cdebce3

Browse files
authored
Update README.md
1 parent efb94a1 commit cdebce3

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,17 @@ To update to the latest release:
7676
prometheus-lua update
7777
```
7878

79+
To uninstall:
80+
```bash
81+
rm -f ~/.local/bin/prometheus-lua && rm -rf ~/.local/share/prometheus-lua
82+
```
83+
7984
### Local source usage
8085

8186
```bash
8287
git clone https://github.com/prometheus-lua/Prometheus.git
8388
cd Prometheus
84-
./prometheus-lua --preset Medium ./your_file.lua
89+
lua cli.lua --preset Medium ./your_file.lua
8590
```
8691

8792
---

0 commit comments

Comments
 (0)