Skip to content

Commit

Permalink
Move install section up
Browse files Browse the repository at this point in the history
  • Loading branch information
sschmid committed Oct 31, 2024
1 parent 2785249 commit 58cb543
Showing 1 changed file with 20 additions and 13 deletions.
33 changes: 20 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,26 @@ you to interact with [various keychains](#using-multiple-keychains) effortlessly

![pw-fzf](readme/pw-fzf.png)

# Install and update `pw`

Install

```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/sschmid/pw-terminal-password-manager/main/install)"
```

Update

```bash
pw update
```

Uninstall

```bash
/usr/local/opt/pw/install --uninstall
```

# Quickstart

```bash
Expand Down Expand Up @@ -83,19 +103,6 @@ pw GitHub
pw -p
```

# Install and update `pw`

```bash
# install
bash -c "$(curl -fsSL https://raw.githubusercontent.com/sschmid/pw-terminal-password-manager/main/install)"

# update
pw update

# uninstall
/usr/local/opt/pw/install --uninstall
```

# How `pw` works

`pw` provides a unified interface to interact with various keychains and forwards
Expand Down

0 comments on commit 58cb543

Please sign in to comment.