From 8e7c2df8b3d00c5ecf3486dd0285dcba6cbc8a6e Mon Sep 17 00:00:00 2001 From: Alexey Date: Fri, 1 May 2020 13:04:34 +0300 Subject: [PATCH] reboot instructions --- assets/styles/components/_ceremony.scss | 4 ++++ pages/instructions.vue | 13 ++++++++++++- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/assets/styles/components/_ceremony.scss b/assets/styles/components/_ceremony.scss index 15524b4..b25ab23 100644 --- a/assets/styles/components/_ceremony.scss +++ b/assets/styles/components/_ceremony.scss @@ -14,6 +14,10 @@ max-width: 66.6666%; margin: 0 auto; + &.afterwords { + margin-top: -1rem; + } + &:not(:last-child) { margin-bottom: $block-spacing; } diff --git a/pages/instructions.vue b/pages/instructions.vue index 730b8ca..d600276 100644 --- a/pages/instructions.vue +++ b/pages/instructions.vue @@ -15,8 +15,14 @@ git clone https://github.com/tornadocash/phase2-bn254 cd phase2-bn254/phase2 # Run the ceremony -cargo run --release --bin tornado +cargo run --release --bin tornado + +
+

+ After the contribution, we recommend you to reboot your machine to clear your RAM. +

+

Using Docker container: @@ -49,5 +55,10 @@ docker build . -t ceremony # Run the ceremony docker run -ti ceremony +
+

+ After the contribution, we recommend you to reboot your machine to clear your RAM. +

+