fix instructions

This commit is contained in:
Alexey 2020-03-02 11:17:36 +03:00
parent 3e4df53381
commit 777697f907

View File

@ -3,9 +3,8 @@
<h1 class="title is-size-1 is-size-2-mobile is-spaced"> <h1 class="title is-size-1 is-size-2-mobile is-spaced">
Instructions Instructions
</h1> </h1>
<h2 class="subtitle"> <h2 class="subtitle">
for Rust: Using pure Rust implementation:
</h2> </h2>
<figure class="highlight"> <figure class="highlight">
<pre v-highlightjs><code class="bash"># Install rust <pre v-highlightjs><code class="bash"># Install rust
@ -20,7 +19,7 @@ cargo run --release --bin tornado</code></pre>
</figure> </figure>
<h2 class="subtitle"> <h2 class="subtitle">
for Docker: Using Docker container:
</h2> </h2>
<div class="content p"> <div class="content p">
@ -30,22 +29,14 @@ cargo run --release --bin tornado</code></pre>
</p> </p>
<p> <p>
First you need to install the docker on your system: First you need to install the docker on your system:
<a
href="https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe"
target="_blank"
>Windows</a
>
<a href="https://download.docker.com/mac/stable/Docker.dmg" target="_blank">Mac</a>
<a href="https://docs.docker.com/install/#supported-platforms" target="_blank">Linux</a>
</p> </p>
<ul>
<li>
<a
href="https://download.docker.com/win/stable/Docker%20Desktop%20Installer.exe"
target="_blank"
>
Download Docker for Windows</a
>
</li>
<li>
<a href="https://download.docker.com/mac/stable/Docker.dmg" target="_blank">
Download Docker for Mac</a
>
</li>
</ul>
</div> </div>
<figure class="highlight"> <figure class="highlight">