Skip to content

Commit 88ee1a4

Browse files
committed
update installation and updating docs
1 parent 952e48d commit 88ee1a4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: src/content/docs/guide/installation.mdx

+3-2
Original file line numberDiff line numberDiff line change
@@ -211,8 +211,9 @@ After installing, remember to restart your shell.
211211

212212
## Upgrade
213213

214-
In order to upgrade Atuin, just run the installation script again! It won't add to
215-
your shell config more than once, so is safe to re-run.
214+
Run `atuin-update`, and if that command is not available, run the install script again.
215+
216+
If you used a package manager to install Atuin, then you should also use your package manager to update Atuin.
216217

217218
## Uninstall
218219

Diff for: src/content/docs/uninstall.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,18 @@ title: Uninstalling Atuin
44

55
Sorry to see you go!
66

7-
Uninstalling Atuin depends on your system, and how you installed it. Wherever possible, our install script will use your system package manager.
7+
If you used the Atuin installer, you can totally delete it by removing the following
8+
9+
1. Delete the ~/.atuin directory
10+
2. Delete the ~/.local/share/atuin directory
11+
3. Remove the line referencing "atuin init" from your shell config
12+
13+
Otherwise, uninstalling Atuin depends on your system, and how you installed it.
814

915
EG, on macOS, you'd want to run
1016

1117
```
1218
brew uninstall atuin
1319
```
1420

15-
There is also a shell integration that you will need to remove from your shell config file. Find the line referencing `atuin init` , and remove it.
21+
and then remove the shell integration.

0 commit comments

Comments
 (0)