From 777697f9071b15e2b4eebaaec8d78caa21b47a9c Mon Sep 17 00:00:00 2001 From: Alexey Date: Mon, 2 Mar 2020 11:17:36 +0300 Subject: [PATCH] fix instructions --- pages/instructions.vue | 27 +++++++++------------------ 1 file changed, 9 insertions(+), 18 deletions(-) diff --git a/pages/instructions.vue b/pages/instructions.vue index 1c81a30..bcca694 100644 --- a/pages/instructions.vue +++ b/pages/instructions.vue @@ -3,9 +3,8 @@

Instructions

-

- for Rust: + Using pure Rust implementation:

# Install rust
@@ -20,7 +19,7 @@ cargo run --release --bin tornado

- for Docker: + Using Docker container:

@@ -30,22 +29,14 @@ cargo run --release --bin tornado

First you need to install the docker on your system: + Windows + Mac + Linux

-