aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorMaksim Ramanouski <max.romanovsky@gmail.com>2022-01-02 14:04:43 +0100
committerGitHub <noreply@github.com>2022-01-02 14:04:43 +0100
commitc69fc7badfe69a67f1ee75fd26e1e5d146b67729 (patch)
tree6ca92dd7e2adbe676dec8904d284627dacf63c0d /README.md
parentMerge pull request #291 from gaffneyd4/improve-recovery-guide (diff)
downloadYubiKey-Guide-c69fc7badfe69a67f1ee75fd26e1e5d146b67729.tar.gz
Fix for `tr: Illegal byte sequence` on macOS
Diffstat (limited to '')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f7dc18..a9513b8 100644
--- a/README.md
+++ b/README.md
@@ -463,7 +463,7 @@ ydOmByxmDe63u7gqx2XI9eDgpvJwibNH
Use upper case letters for improved readability if they are written down:
```console
-$ tr -dc '[:upper:]' < /dev/urandom | fold -w 20 | head -n1
+$ LC_ALL=C tr -dc '[:upper:]' < /dev/urandom | fold -w 20 | head -n1
BSSYMUGGTJQVWZZWOPJG
```