diff --git a/README.md b/README.md index 9655711..0a3d021 100644 --- a/README.md +++ b/README.md @@ -37,14 +37,14 @@ For effortless visualization of the RouterOS metrics exported to Prometheus, MKT ## Getting started -After installing MKTXP, you need to edit its main configuration file. Theeasiest way to do it is via running: - -(for Docker, just replace `mktxp` with `docker run -v mktxp:/home/mktxp/mktxp/ -it --rm ghcr.io/akpw/mktxp:latest`) +After installing MKTXP, you need to edit its main configuration file. The easiest way to do it is 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`) + 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. \ For example, to explicitly open the MKTXP config in nano: