From 863853a15871683d8f3020ccbb3d436a33c2fda7 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Fri, 16 Jan 2026 19:16:12 +0000 Subject: docs: Disambiguate 'setup' (noun) vs. 'set up' (verb) (#3061) ## 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 --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'install.sh') 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 -- cgit v1.3.1