Skip to content

Commit 4a3dfe6

Browse files
authored
Make openssl command more readable (#15)
1 parent e48ab97 commit 4a3dfe6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ tinyauth:
8282
```
8383
8484
:::tip
85-
You can generate the `SECRET` environment variable using `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32`.
85+
You can generate the `SECRET` environment variable using `openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | head -c 32 && echo`
8686
:::
8787

8888
Then for every app you want tinyauth to protect, just add the following label:

0 commit comments

Comments
 (0)