Add missing .py extension

This commit is contained in:
David Dworken 2022-04-19 20:44:35 -07:00
parent 6c9236785a
commit 0a03ce3407

View File

@ -102,13 +102,13 @@
<div class="tab-pane active" id="install-first" role="tabpanel" aria-labelledby="home-tab">
<br>
To install hishtory on your first machine:<br>
<code>&nbsp;&nbsp;&nbsp;&nbsp;curl https://hishtory.dev/install | python3 -<br></code>
<code>&nbsp;&nbsp;&nbsp;&nbsp;curl https://hishtory.dev/install.py | python3 -<br></code>
</div>
<div class="tab-pane" id="install-second" role="tabpanel" aria-labelledby="profile-tab">
<br>
To install hishtory on your second machine, you must first retrieve your secret key from first first machine. To do so, run
<code>hishtory status</code>&nbsp;and copy your "Secret Key". Then to install it on your second machine:<br>
<code>&nbsp;&nbsp;&nbsp;&nbsp;curl https://hishtory.dev/install | python3 -<br>
<code>&nbsp;&nbsp;&nbsp;&nbsp;curl https://hishtory.dev/install.py | python3 -<br>
&nbsp;&nbsp;&nbsp;&nbsp;hishtory init $YOUR_HISHTORY_SECRET</code>
</div>
</div>