Skip to content

Commit cdcc5e1

Browse files
committed
readme: use curl to download binary
1 parent 1a8cc2d commit cdcc5e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Linux x86_64 and MacOS aarch64.
3939

4040
*For linux*
4141
```console
42-
wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
42+
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
4343
chmod a+x ./lightpanda
4444
```
4545

4646
*For MacOS*
4747
```console
48-
wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
48+
curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
4949
chmod a+x ./lightpanda
5050
```
5151

0 commit comments

Comments
 (0)