This commit is contained in:
Sam
2019-07-19 11:07:20 +02:00
parent d9337d66e6
commit 0701cd43da
5 changed files with 14 additions and 14 deletions

View File

@ -204,11 +204,11 @@ and the password <code class="docutils literal notranslate"><span class="pre">mp
<div class="section" id="prod-environment">
<h3>Prod environment<a class="headerlink" href="#prod-environment" title="Permalink to this headline"></a></h3>
<ul class="simple">
<li><p>Download the last release (for now it is the beta release v0.2.1):</p></li>
<li><p>Download the last release (for now it is the beta release v0.2.0):</p></li>
</ul>
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.1-beta.tar.gz
$ tar -xzf v0.1.1-beta.tar.gz
$ mv FitTrackee-0.1.1-beta FitTrackee
<div class="highlight-bash notranslate"><div class="highlight"><pre><span></span>$ wget https://github.com/SamR1/FitTrackee/archive/v0.2.0-beta.tar.gz
$ tar -xzf v0.2.0-beta.tar.gz
$ mv FitTrackee-0.2.0-beta FitTrackee
$ <span class="nb">cd</span> FitTrackee
</pre></div>
</div>