reboot instructions

This commit is contained in:
Alexey 2020-05-01 13:04:34 +03:00
parent 288fb8fc19
commit 8e7c2df8b3
2 changed files with 16 additions and 1 deletions

View File

@ -14,6 +14,10 @@
max-width: 66.6666%;
margin: 0 auto;
&.afterwords {
margin-top: -1rem;
}
&:not(:last-child) {
margin-bottom: $block-spacing;
}

View File

@ -15,8 +15,14 @@ git clone https://github.com/tornadocash/phase2-bn254
cd phase2-bn254/phase2
# Run the ceremony
cargo run --release --bin tornado</code></pre>
cargo run --release --bin tornado
</code></pre>
</figure>
<div class="content afterwords p">
<p>
After the contribution, we recommend you to reboot your machine to clear your RAM.
</p>
</div>
<h2 class="subtitle">
Using Docker container:
@ -49,5 +55,10 @@ docker build . -t ceremony
# Run the ceremony
docker run -ti ceremony</code></pre>
</figure>
<div class="content afterwords p">
<p>
After the contribution, we recommend you to reboot your machine to clear your RAM.
</p>
</div>
</div>
</template>