From b9e543547fdec5001f94d2ebf3063c88a2ccd8d3 Mon Sep 17 00:00:00 2001 From: p4u Date: Tue, 21 Nov 2023 10:24:21 +0100 Subject: [PATCH] split blocks --- index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 5d30ceb..8343cda 100644 --- a/index.html +++ b/index.html @@ -54,7 +54,9 @@

Participation Guidelines

Begin by running the following command in your terminal:

docker run --rm -it vocdoni/zk-voceremony

Then, simply follow the on-screen instructions.

+ +

Alternatively, it is possible to build the image directly from the dockerfile and run the same command using the locally built image:

Clone the repository
git clone https://github.com/vocdoni/zk-voceremony.git && cd zk-voceremony
@@ -62,8 +64,9 @@

Participation Guidelines

docker build -t vocdoni/zk-voceremony . 
Run it
docker run --rm -it vocdoni/zk-voceremony
-
-

Both options will execute the following steps:

+
+
+

The steps executed by the process are the following:

  1. Download the docker image that contains all required software.