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

Commit ebceda5

Browse files
committed
Add installation instructions to README
1 parent 1f553cb commit ebceda5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
Utilities for storing and loading SSH keys with 1password
44

5+
## Installation
6+
7+
Clone the repo and add the `bin` folder to your `PATH`. For example, with bash:
8+
9+
cd ~/.local
10+
git clone https://github.com/eritbh/1password-ssh-utils.git
11+
echo 'export PATH="~/.local/1password-ssh-utils/bin:$PATH"' >> ~/.bashrc
12+
13+
Ensure that you also have the [1Password CLI](1password-cli) available as `op` via `PATH`.
14+
515
## Usage
616

717
Note that interactive execution is not supported for any of these scripts, since `op signin` is required for all scripts and itself requires interactive password input.

0 commit comments

Comments
 (0)