mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-21 12:34:32 +02:00
Add missing .py extension
This commit is contained in:
parent
6c9236785a
commit
0a03ce3407
@ -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> curl https://hishtory.dev/install | python3 -<br></code>
|
||||
<code> 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> and copy your "Secret Key". Then to install it on your second machine:<br>
|
||||
<code> curl https://hishtory.dev/install | python3 -<br>
|
||||
<code> curl https://hishtory.dev/install.py | python3 -<br>
|
||||
hishtory init $YOUR_HISHTORY_SECRET</code>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user