From 0a03ce340714a3866b6ced15bd39a39f47f72c22 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 19 Apr 2022 20:44:35 -0700 Subject: [PATCH] Add missing .py extension --- backend/web/landing/www/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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