Displaying 1 result from an estimated 1 matches for "3fcc24c".
2019 Oct 21
0
[centos/centos.org] branch master updated: Just added simple python snippet for local view - works also on c8
...0:01 2019 +0200
Just added simple python snippet for local view - works also on c8
Signed-off-by: Fabian Arrotin <arrfab at centos.org>
---
README.md | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 deletions(-)
diff --git a/README.md b/README.md
index bd7de6b..3fcc24c 100644
--- a/README.md
+++ b/README.md
@@ -49,9 +49,17 @@ Please note that it also works with Podman, so no need to install Docker anymore
```
sudo yum install -y podman
-sudo podman run --rm -v /opt/data/git/centos.org/:/nanoc/:Z registry.centos.org/arrfab/nanoc:latest
+podman run --rm -v /opt...