diff options
| author | Waldir Pimenta <waldyrious@gmail.com> | 2026-01-16 19:16:12 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-16 11:16:12 -0800 |
| commit | 863853a15871683d8f3020ccbb3d436a33c2fda7 (patch) | |
| tree | 38d64e700303f32e3328ddc10bb18d9733d922a5 /install.sh | |
| parent | docs: Various improvements to the `atuin import` docs (#3062) (diff) | |
| download | atuin-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-x | install.sh | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
