From c367ca2eb1d26812aff057ceccf22a0c8fb507b7 Mon Sep 17 00:00:00 2001 From: David Dworken Date: Sat, 19 Oct 2024 01:32:38 -0700 Subject: [PATCH] Fix README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 807cf92..f251a07 100644 --- a/README.md +++ b/README.md @@ -160,7 +160,7 @@ hishtory config-set filter-duplicate-commands true If you don't need the ability to sync your shell history, you can install hiSHtory in offline mode: ```sh -curl https://hishtory.dev/install.py | python3 - -- --offline +curl https://hishtory.dev/install.py | python3 - --offline ``` This disables syncing completely so that the client will not rely on the hiSHtory backend at all. You can also change the syncing status via `hishtory syncing enable` or `hishtory syncing disable`.