readme: allow copy/paste install instruction

This commit is contained in:
Pierre Tachoire
2025-02-18 11:19:02 +01:00
parent f8d01e1596
commit 689dddd11a

View File

@@ -38,14 +38,14 @@ 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 wget -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 wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
$ chmod a+x ./lightpanda chmod a+x ./lightpanda
``` ```
### Dump an URL ### Dump an URL