Skip to content

Commit d3fefc7

Browse files
authored
fixup! fix(docs): revise credential storage recommendations in README
1 parent 7b9413c commit d3fefc7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,11 +124,12 @@ to store an encrypted version of this file:
124124
```console
125125
$ gpg --default-recipient-self --encrypt ~/.ncurc
126126
$ rm ~/.ncurc
127-
# The credentials are now encrypted in ~/.ncurc.gpg and everytime it's needed,
128-
# node-core-utils will invoke gpg that may ask you to decrypt it using
129-
# your default key via pinentry.
130127
```
131128

129+
The credentials are now encrypted in `~/.ncurc.gpg` and everytime it's needed,
130+
node-core-utils will invoke `gpg` that may ask you to decrypt it using
131+
your default key via pinentry.
132+
132133
Put the following entries into your
133134
[global `gitignore` file](https://git-scm.com/docs/git-config#Documentation/git-config.txt-coreexcludesFile)
134135
(`$XDG_CONFIG_HOME/git/ignore` or a file specified by `core.excludesFile`). For example:

0 commit comments

Comments
 (0)