We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1459862 + edc0485 commit 83858bcCopy full SHA for 83858bc
docs/installing-nightly.md
@@ -23,7 +23,7 @@ platform:
23
- Bash (Linux and macOS):
24
25
```sh
26
- curl -o https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh
+ curl -O https://raw.githubusercontent.com/PowerShell/DSC/refs/heads/main/sharedScripts/install_cli_nightly.sh
27
```
28
29
- PowerShell (Windows):
@@ -145,7 +145,7 @@ Extract the archive using the following steps:
145
146
147
```powershell
148
- install_cli_nightly.ps1 -Repo myusername/DSC"
+ install_cli_nightly.ps1 -Repo myusername/DSC
149
150
151
- Install from a branch other than `main`:
0 commit comments