Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 7afa13b

Browse files
committedOct 14, 2023
fixes bash command pointing to an incorrect script file
1 parent 4492007 commit 7afa13b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercon
1616
Or using bash one-liner on macOS or Linux:
1717

1818
```bash
19-
curl -L https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI.AspNetIdentity/main/getmain.ps1 | bash
19+
curl -L https://raw.githubusercontent.com/DuendeSoftware/IdentityServer.Quickstart.UI.AspNetIdentity/main/getmain.sh | bash
2020
```
2121

2222
Or you can use our [templates](https://github.com/DuendeSoftware/IdentityServer.Templates) (which will include solution and project files):

0 commit comments

Comments
 (0)
This repository has been archived.