diff --git a/src/content/open-source/installation.mdx b/src/content/open-source/installation.mdx index 71dfb6a..32fe306 100644 --- a/src/content/open-source/installation.mdx +++ b/src/content/open-source/installation.mdx @@ -26,29 +26,29 @@ Linux and MacOS. ### Linux x86_64 ```bash copy curl -L -o lightpanda \ - https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux \ - && chmod a+x ./lightpanda + https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-linux && \ + chmod a+x ./lightpanda ``` ### Linux aarch64 ```bash copy curl -L -o lightpanda \ https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-linux && \ - && chmod a+x ./lightpanda + chmod a+x ./lightpanda ``` ### MacOS aarch64 ```sh copy curl -L -o lightpanda \ https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-aarch64-macos && \ - && chmod a+x ./lightpanda + chmod a+x ./lightpanda ``` ### MacOS x86_64 ```sh copy curl -L -o lightpanda \ https://github.com/lightpanda-io/browser/releases/download/nightly/lightpanda-x86_64-macos && \ - && chmod a+x ./lightpanda + chmod a+x ./lightpanda ``` *For Windows + WSL2*