Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit cfa79ca

Browse files
committed
Revise recommended installation to not use .local
1 parent d90de63 commit cfa79ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,8 @@ You should run `op signin` at least once before using these scripts in order to
2020

2121
Clone the repo anywhere on your computer and add the `bin` folder to your `PATH`. For example, with bash:
2222

23-
cd ~/.local
24-
git clone https://github.com/eritbh/1password-ssh-utils.git
25-
echo 'export PATH="~/.local/1password-ssh-utils/bin:$PATH"' >> ~/.bashrc
23+
git clone https://github.com/eritbh/1password-ssh-utils.git ~/.1password-ssh-utils
24+
echo 'export PATH="$HOME/.1password-ssh-utils/bin:$PATH"' >> ~/.bashrc
2625

2726
### Setting up your SSH config
2827

0 commit comments

Comments
 (0)