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.
1 parent 1a8cc2d commit cdcc5e1Copy full SHA for cdcc5e1
README.md
@@ -39,13 +39,13 @@ Linux x86_64 and MacOS aarch64.
39
40
*For linux*
41
```console
42
-wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
+curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
43
chmod a+x ./lightpanda
44
```
45
46
*For MacOS*
47
48
-wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
+curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
49
50
51
0 commit comments