aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authordrduh <github@duh.to>2022-03-16 15:28:16 -0700
committerGitHub <noreply@github.com>2022-03-16 15:28:16 -0700
commit55be65737594be8c0a377257d9a4cffc03f37134 (patch)
treeb3a1f330efe461f61b042f66c192b0f7c617619a /README.md
parentMerge pull request #310 from dirkjanm/master (diff)
parentFix for `tr: Illegal byte sequence` on macOS (diff)
downloadYubiKey-Guide-55be65737594be8c0a377257d9a4cffc03f37134.tar.gz
Merge pull request #303 from maxromanovsky/patch-1
Fix for `tr: Illegal byte sequence` on macOS
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 82f7282..3429c36 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
```