From 50b9dd077b97d5121af7881e5e627a40d44aee70 Mon Sep 17 00:00:00 2001 From: Arseniy Kuznetsov Date: Thu, 20 Oct 2022 09:01:18 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1962beb..e59bb37 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,14 @@ For effortless visualization of the RouterOS metrics exported to Prometheus, MKT ## Install: +There are multiple ways to install this project, from a standalone app to [fully dockerized monitoring stack](https://github.com/akpw/mktxp-stack). - from [PyPI](https://pypi.org/project/mktxp/): `❯ pip install mktxp` - latest from source repository: `❯ pip install git+https://github.com/akpw/mktxp` - from [Docker image](https://github.com/akpw/mktxp/pkgs/container/mktxp) : `❯ docker pull ghcr.io/akpw/mktxp:latest` -- download a full dockerized [mktxp monitoring stack](https://github.com/akpw/mktxp-stack) +- [MKTXP Stack](https://github.com/akpw/mktxp-stack): download a ready-to-go MKTXP monitoring stack ## Getting started