From 689dddd11a746d097aa79a8953a1d83a5f05e1b4 Mon Sep 17 00:00:00 2001 From: Pierre Tachoire Date: Tue, 18 Feb 2025 11:19:02 +0100 Subject: [PATCH] readme: allow copy/paste install instruction --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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