Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
iganeshk committed Oct 12, 2019
1 parent 2e51785 commit 9712141
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Get totp codes in Alfred in a secure way.

`$ brew install oauthtool`

Then insert your totp codes into the macOS keychain `atotp.keychain` like so:
Then insert your totp codes into the macOS keychain `alfred-totp.keychain` like so:

```
$ security -i
> create-keychain atotp.keychain
> set-keychain-settings atotp.keychain
> add-generic-password -a atotp -s "Name of service" -w "TOTP CODE" atotp.keychain
> create-keychain alfred-totp.keychain
> set-keychain-settings alfred-totp.keychain
> add-generic-password -a alfred-totp -s "Name of service" -w "TOTP CODE" alfred-totp.keychain
> # repeat above command as needed, crtl-c to quit.
```

Expand Down

0 comments on commit 9712141

Please sign in to comment.