File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -38,14 +38,14 @@ Linux x86_64 and MacOS aarch64.
3838
3939* For linux*
4040``` console
41- $ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux
42- $ chmod a+x ./lightpanda
41+ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \
42+ chmod a+x ./lightpanda
4343```
4444
4545* For MacOS*
4646``` console
47- $ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos
48- $ chmod a+x ./lightpanda
47+ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \
48+ chmod a+x ./lightpanda
4949```
5050
5151### Dump an URL
You can’t perform that action at this time.
0 commit comments