Skip to content

Commit 13343e8

Browse files
committed
add note about ~/.atuin
1 parent d79318e commit 13343e8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/docs/guide/installation.mdx

+4-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ import {Aside, Tabs, TabItem, LinkCard} from "@astrojs/starlight/components";
88

99
Let's get started! First up, you will want to install Atuin. The recommended
1010
approach is to use the installation script, which automatically handles the
11-
installation of Atuin including the requirements for your environment. It will
12-
do its best to use your system package manager wherever possible, and will
13-
fallback to installing a binary to `~/.atuin/bin` where this is not possible.
11+
installation of Atuin including the requirements for your environment.
12+
13+
It will install a binary to `~/.atuin/bin`, and if you'd rather do something else
14+
then the manual steps below offer much more flexibility.
1415

1516
<Tabs>
1617
<TabItem label="bash/zsh">

0 commit comments

Comments
 (0)