Skip to content

Commit 1b75747

Browse files
commit
1 parent 492e7db commit 1b75747

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

docs/ConfigureAppAuthentication.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@
1111
>
1212
> **macOS/Linux:**
1313
> ```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
14+
> bash ./infra/scripts/setup_auth.sh
1815
> ```
1916
>
2017
> See [DeploymentGuide.md § 5.3](./DeploymentGuide.md#53-configure-authentication-manual-script) for step-by-step instructions.

0 commit comments

Comments
 (0)