We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 492e7db commit 1b75747Copy full SHA for 1b75747
1 file changed
docs/ConfigureAppAuthentication.md
@@ -11,10 +11,7 @@
11
>
12
> **macOS/Linux:**
13
> ```bash
14
-> # Remove Windows line endings and run the auth setup script
15
-> tr -d '\r' < ./infra/scripts/setup_auth.sh > ./infra/scripts/setup_auth.sh.tmp && \
16
-> mv ./infra/scripts/setup_auth.sh.tmp ./infra/scripts/setup_auth.sh && \
17
-> bash ./infra/scripts/setup_auth.sh
+> bash ./infra/scripts/setup_auth.sh
18
> ```
19
20
> See [DeploymentGuide.md § 5.3](./DeploymentGuide.md#53-configure-authentication-manual-script) for step-by-step instructions.
0 commit comments