Skip to content

Commit

Permalink
Fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworken committed Oct 19, 2024
1 parent 0e91764 commit c367ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit c367ca2

Please sign in to comment.