Correct wget usage for installation

master latest
Chip Senkbeil 8 months ago
parent 48f7eb74ec
commit 3fe1fba339
No known key found for this signature in database
GPG Key ID: 35EF1F8EC72A4131

@ -27,7 +27,7 @@
curl -L https://sh.distant.dev | sh
# Can also use wget to the same result
wget https://sh.distant.dev | sh
wget -q -O- https://sh.distant.dev | sh
```
See https://distant.dev/getting-started/installation/unix/ for more details.

Loading…
Cancel
Save