From 59f767a559dec9ef03d840b741e89042a498e81f Mon Sep 17 00:00:00 2001 From: ryan_harg Date: Thu, 21 Nov 2024 13:43:19 +0100 Subject: [PATCH] Add line break in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85fa297..809dc4f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains configuration for deploying a docker registry. To use it, create a htpasswd file in `auth/registry.passwd` -> mkdir auth +> mkdir auth > htpasswd -Bc auth/registry.password You also need a configuration file in `conf/config.yml`. Adapt the config template found in this repository to your needs.