diff --git a/README.md b/README.md index 82a4ba1..16a05ad 100644 --- a/README.md +++ b/README.md @@ -281,8 +281,16 @@ your data into zoxide:
autojump +- For Linux: + ```sh -zoxide import --from autojump path/to/db +zoxide import --from autojump ~/.local/share/autojump/autojump.txt --merge +``` + +- For macOS: + +```sh +zoxide import --from autojump ~/Library/autojump/autojump.txt --merge ```