Skip to content

Commit

Permalink
Update src/guide/security/generating-cryptographic-keys.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Petrosyan <[email protected]>
Signed-off-by: Victor <[email protected]>
  • Loading branch information
6r1d and appetrosyan authored Aug 21, 2023
1 parent 15e1577 commit d81eb59
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/guide/security/generating-cryptographic-keys.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,11 +168,6 @@ $ mv target/debug/kagami ~/.local/bin

```

#### 4. Making the `<username>/.local/bin` directory available to the shell

If you want to use `kagami` from your user's directory, make sure that the `~/.local/bin` directory is available in your shell's `.rc` file—be it `~/.bashrc` for [Bash](https://www.gnu.org/software/bash/) or `~/.zshrc` for the [Z shell](https://www.zsh.org/), perform the following:

To use `kagami` as a specific user, the `<username>/.local/bin` directory muse be made available in the `.rc` file of a shell—be it `~/.bashrc` for [Bash](https://www.gnu.org/software/bash/) or `~/.zshrc` for the [Z shell](https://www.zsh.org/)—that is being used.

To make the `<username>/.local/bin` directory available to your shell's `.rc` file, perform the following:

Expand Down

0 comments on commit d81eb59

Please sign in to comment.