Skip to content

Commit

Permalink
README.md: Correct the key pair directory path.
Browse files Browse the repository at this point in the history
This has also been updated on the website.
  • Loading branch information
samuel-lucas6 committed May 26, 2024
1 parent fdac84d commit 2a1d4db
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,7 @@ $ kryptor -d file.txt.bin
$ kryptor -s file.txt
```

This is the recommended approach, but it means your private keys must be kept in the default folder, which varies depending on your operating system:

- Windows: `%USERPROFILE%/.kryptor`
- Linux: `/home/.kryptor`
- macOS: `/Users/USERNAME/.kryptor`
This is the recommended approach, but it means your private keys must be kept in the default folder, which is `~/.kryptor`.

To specify a private key for `-r|--recover`, `-m|--modify`, or a private key not stored in the default folder, you must use the `-x|--private` option followed by `:[file]` like so:

Expand Down

0 comments on commit 2a1d4db

Please sign in to comment.