aboutsummaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2026-01-16 19:16:12 +0000
committerGitHub <noreply@github.com>2026-01-16 11:16:12 -0800
commit863853a15871683d8f3020ccbb3d436a33c2fda7 (patch)
tree38d64e700303f32e3328ddc10bb18d9733d922a5 /install.sh
parentdocs: Various improvements to the `atuin import` docs (#3062) (diff)
downloadatuin-863853a15871683d8f3020ccbb3d436a33c2fda7.zip
docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## Checks - [x] I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle - [x] I have checked that there are no existing pull requests for the same thing
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 7c63e946..2372d23f 100755
--- a/install.sh
+++ b/install.sh
@@ -35,7 +35,7 @@ elif ! command -v sed > /dev/null; then
fi
-__atuin_install_binary
+__atuin_install_binary
# TODO: Check which shell is in use
# Use of single quotes around $() is intentional here
@@ -73,7 +73,7 @@ cat << EOF
- _______ __ __ _______ __ _ ___ _ __ __ _______ __ __
+ _______ __ __ _______ __ _ ___ _ __ __ _______ __ __
| || | | || _ || | | || | | | | | | || || | | |
|_ _|| |_| || |_| || |_| || |_| | | |_| || _ || | | |
| | | || || || _| | || | | || |_| |
@@ -89,7 +89,7 @@ If you have any issues, please open an issue on GitHub or visit our forum (https
If you love Atuin, please give us a star on GitHub! It really helps ⭐️ https://github.com/atuinsh/atuin
-Please run "atuin register" to get setup with sync, or "atuin login" if you already have an account
+Please run "atuin register" to set up sync, or "atuin login" if you already have an account
Check out Atuin Desktop to build executable runbooks from your shell history - https://github.com/atuinsh/desktop