From 886c624d1244ec37337f2861d73db7dd09a0fb1c Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Sun, 16 Oct 2022 14:11:26 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0a3d021..ae3dba0 100644 --- a/README.md +++ b/README.md @@ -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. \