fix typo
This commit is contained in:
parent
d9337d66e6
commit
0701cd43da
@ -68,13 +68,13 @@ and the password ``mpwoadmin``) or register
|
||||
Prod environment
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
- Download the last release (for now it is the beta release v0.2.1):
|
||||
- Download the last release (for now it is the beta release v0.2.0):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ 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
|
||||
$ 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
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
|
@ -297,7 +297,7 @@
|
||||
<span class="nt">"descent"</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
|
||||
<span class="nt">"distance"</span><span class="p">:</span> <span class="mi">12</span><span class="p">,</span>
|
||||
<span class="nt">"duration"</span><span class="p">:</span> <span class="s2">"0:45:00"</span><span class="p">,</span>
|
||||
<span class="nt">"id"</span><span class="p">:</span> <span class="mi">5</span><span class="p">,</span>
|
||||
<span class="nt">"id"</span><span class="p">:</span> <span class="mi">3</span><span class="p">,</span>
|
||||
<span class="nt">"map"</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
|
||||
<span class="nt">"max_alt"</span><span class="p">:</span> <span class="kc">null</span><span class="p">,</span>
|
||||
<span class="nt">"max_speed"</span><span class="p">:</span> <span class="mi">16</span><span class="p">,</span>
|
||||
|
@ -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>
|
||||
|
@ -68,13 +68,13 @@ and the password ``mpwoadmin``) or register
|
||||
Prod environment
|
||||
^^^^^^^^^^^^^^^^
|
||||
|
||||
- Download the last release (for now it is the beta release v0.2.1):
|
||||
- Download the last release (for now it is the beta release v0.2.0):
|
||||
|
||||
.. code:: bash
|
||||
|
||||
$ 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
|
||||
$ 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
|
||||
$ cd FitTrackee
|
||||
|
||||
- Update **Makefile.config** file if needed and copy/paste the
|
||||
|
@ -261,7 +261,7 @@ def get_activity(auth_user_id, activity_id):
|
||||
"descent": null,
|
||||
"distance": 12,
|
||||
"duration": "0:45:00",
|
||||
"id": 5,
|
||||
"id": 3,
|
||||
"map": null,
|
||||
"max_alt": null,
|
||||
"max_speed": 16,
|
||||
|
Loading…
Reference in New Issue
Block a user