Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Asko Nõmm committed Oct 20, 2021
1 parent 66053f4 commit 39e5442
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,28 @@ A CLI password manager designed for efficiency.

## Install

### Locally
### Linux & Mac OS

#### Locally

```shell
curl -s https://raw.githubusercontent.com/askonomm/shh/master/installer.sh | bash -s
```

You can then run Shh as `./shh`, given that the Shh executable is in the current working directory.

### Globally
#### Globally

```shell
curl -s https://raw.githubusercontent.com/askonomm/shh/master/installer.sh | bash -s -- -g
```

You can then run Shh as `shh` from anywhere.

### Windows

[Download shh.exe from the latest release](https://github.com/askonomm/shh/releases/latest), then move it to somewhere on PATH and run it as `shh` from anywhere.

## Usage

### Finding and creating passwords
Expand Down

0 comments on commit 39e5442

Please sign in to comment.