From bff74ed6e23d8e3ddeb6b7090e695e5d71a002c7 Mon Sep 17 00:00:00 2001 From: Pinga Date: Mon, 14 Jul 2025 14:37:21 +0300 Subject: [PATCH] Update install.md --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index dadb803..9fde2fb 100644 --- a/docs/install.md +++ b/docs/install.md @@ -195,7 +195,7 @@ ln -s /usr/share/adminer/latest.php /usr/share/adminer/adminer.php First, clone the Namingo registry repository into the `/opt/registry` directory: ```bash -git clone https://github.com/getnamingo/registry /opt/registry +git clone --branch v1.0.21 --single-branch https://github.com/getnamingo/registry /opt/registry ``` Next, create the directory for Namingo logs. This directory will be used to store log files generated by the Namingo registry: