From 7424fbbe491b9f2dcc051d682b3b3cfdcea840e4 Mon Sep 17 00:00:00 2001 From: xbgmsharp Date: Sun, 7 Apr 2024 21:32:45 +0200 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a451bd2..bf10268 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ To get these running, copy `.env.example` and rename to `.env` then set the valu Notice, that `PGRST_JWT_SECRET` must be at least 32 characters long. -`$ head /dev/urandom | tr -dc A-Za-z0-9 | head -c 42 ; echo ''` +`$ cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 42 | head -n 1` ```bash # nano .env