mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 15:13:28 +00:00
readme: use curl to download binary
This commit is contained in:
@@ -39,13 +39,13 @@ Linux x86_64 and MacOS aarch64.
|
|||||||
|
|
||||||
*For linux*
|
*For linux*
|
||||||
```console
|
```console
|
||||||
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 && \
|
||||||
chmod a+x ./lightpanda
|
chmod a+x ./lightpanda
|
||||||
```
|
```
|
||||||
|
|
||||||
*For MacOS*
|
*For MacOS*
|
||||||
```console
|
```console
|
||||||
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 && \
|
||||||
chmod a+x ./lightpanda
|
chmod a+x ./lightpanda
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user