Skip to content

Commit

Permalink
Correct wget usage for installation
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil committed Sep 16, 2023
1 parent 48f7eb7 commit 3fe1fba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3fe1fba

Please sign in to comment.