diff --git a/README.md b/README.md index 406d55ae..395af948 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ Linux x86_64 and MacOS aarch64. *For linux* ```console -$ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux -$ chmod a+x ./lightpanda +wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \ +chmod a+x ./lightpanda ``` *For MacOS* ```console -$ wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos -$ chmod a+x ./lightpanda +wget -O lightpanda https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \ +chmod a+x ./lightpanda ``` ### Dump an URL