Skip to content

Commit fefbb87

Browse files
YohDeadfalladegeo
andauthored
Added a curl script into the Linux manual (#45043)
* Added a curl script into the Linux manual * Fix grammar in installation instructions. --------- Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
1 parent 5841303 commit fefbb87

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/core/install/linux-scripted-manual.md

+6
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,12 @@ You can download the script with `wget`:
8484
wget https://dot.net/v1/dotnet-install.sh -O dotnet-install.sh
8585
```
8686

87+
Or, with `curl`:
88+
89+
```bash
90+
curl -L https://dot.net/v1/dotnet-install.sh -o dotnet-install.sh
91+
```
92+
8793
Before running this script, make sure you grant permission for this script to run as an executable:
8894

8995
```bash

0 commit comments

Comments
 (0)