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

-