From a2848a2077984db5bb11b847831faab69b02f847 Mon Sep 17 00:00:00 2001 From: Sofiyan Date: Sat, 6 Apr 2024 07:21:55 +0200 Subject: [PATCH] Adding a '.' in the CLI command --- docs/tutorials/oidc/example-integration.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/oidc/example-integration.mdx b/docs/tutorials/oidc/example-integration.mdx index 26ad109..c504907 100644 --- a/docs/tutorials/oidc/example-integration.mdx +++ b/docs/tutorials/oidc/example-integration.mdx @@ -9,7 +9,7 @@ sidebar_position: 4 - Start with cloning our [Oauth2 example repo](https://github.com/quran/quran-oauth2-example/). - Copy `.env.example` file into `.env`: ```bash - cp env.example .env + cp .env.example .env ``` - Paste the following into `.env`: ```