Skip to content

Commit 689dddd

Browse files
committed
readme: allow copy/paste install instruction
1 parent f8d01e1 commit 689dddd

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)