diff --git a/backend/web/landing/www/index.html b/backend/web/landing/www/index.html index b397aa0..6569350 100644 --- a/backend/web/landing/www/index.html +++ b/backend/web/landing/www/index.html @@ -102,13 +102,13 @@

To install hishtory on your first machine:
-     curl https://hishtory.dev/install | python3 -
+     curl https://hishtory.dev/install.py | python3 -

To install hishtory on your second machine, you must first retrieve your secret key from first first machine. To do so, run hishtory status and copy your "Secret Key". Then to install it on your second machine:
-     curl https://hishtory.dev/install | python3 -
+     curl https://hishtory.dev/install.py | python3 -
    hishtory init $YOUR_HISHTORY_SECRET