Skip to content

Commit

Permalink
split blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
p4u committed Nov 21, 2023
1 parent 5ef7399 commit b9e5435
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,19 @@ <h2>Participation Guidelines</h2>
<p>Begin by running the following command in your terminal:</p>
<pre>docker run --rm -it vocdoni/zk-voceremony</pre>
<p>Then, simply follow the on-screen instructions.</p>
</div>

<div>
<p>Alternatively, it is possible to build the image directly from the dockerfile and run the same command using the locally built image:</p>
<span>Clone the repository</span>
<pre>git clone https://github.com/vocdoni/zk-voceremony.git && cd zk-voceremony</pre>
<span>Build the image locally</span>
<pre>docker build -t vocdoni/zk-voceremony . </pre>
<span>Run it</span>
<pre>docker run --rm -it vocdoni/zk-voceremony</pre>
<br/>
<p>Both options will execute the following steps:</p>
</div>
<div>
<p>The steps executed by the process are the following:</p>
<div class="list-container">
<ol>
<li>Download the docker image that contains all required software.</li>
Expand Down

0 comments on commit b9e5435

Please sign in to comment.