mirror of
https://github.com/KevinMidboe/mktxp-no-cli.git
synced 2025-10-29 17:50:23 +00:00
Update README.md
This commit is contained in:
committed by
GitHub
parent
24b5c1a367
commit
886c624d12
@@ -37,13 +37,13 @@ For effortless visualization of the RouterOS metrics exported to Prometheus, MKT
|
||||
|
||||
|
||||
## Getting started
|
||||
After installing MKTXP, you need to edit its main configuration file. The easiest way to do it is via running:
|
||||
After installing MKTXP, you need to edit its main configuration file. You can do it directly from mktxp via running:
|
||||
|
||||
```bash
|
||||
❯ mktxp edit
|
||||
```
|
||||
|
||||
(for Docker, just replace `mktxp` with `docker run -v mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest`)
|
||||
(for Docker instances, just mount your mktxp config files with `docker run -v ./mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest`)
|
||||
|
||||
This opens the config file in your default system editor. \
|
||||
In case you prefer a different editor, just run the ```edit``` command with its optional `-ed` parameter. \
|
||||
|
||||
Reference in New Issue
Block a user