From b0587ee4537e92531e8f5caeabd9d53f07d32726 Mon Sep 17 00:00:00 2001
From: "Mulas, Giacomo" <gmulas@oa-cagliari.inaf.it>
Date: Thu, 18 Jan 2024 16:46:13 +0100
Subject: [PATCH] correct README.md with escapes

---
 containers/docker/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/containers/docker/README.md b/containers/docker/README.md
index 3eb7fa8c..c6bf1c9e 100644
--- a/containers/docker/README.md
+++ b/containers/docker/README.md
@@ -7,6 +7,6 @@ This Dockerfile allows to create mainly:
 
 In order for the docker build to correctly set the context, so that it can access the directories containing source codes, docker build must be invoked from this directory as:
 
-   > docker build -f Dockerfile ../.. --target <image name>
+   > docker build -f Dockerfile ../.. --target \<image name\>
 
 where `<image name>` is either `np-tmcode` or `np-tmcode-run`. One may also add the docker build option `-t tagname` to specify the `tagname` the built image should have in his/her registry.
\ No newline at end of file
-- 
GitLab