From 68ca3907ec3ca68dfe48baec77efd5ebae5554a9 Mon Sep 17 00:00:00 2001 From: gujishh Date: Sun, 12 Apr 2026 23:47:07 +0900 Subject: [PATCH] docs: suggest verifying nightly binary --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a5acdd13..8da76cef 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,11 @@ curl -L -o lightpanda https://github.com/lightpanda-io/browser/releases/download chmod a+x ./lightpanda ``` +Verify the binary before running anything: +```console +./lightpanda version +``` + [Linux aarch64 is also available](https://github.com/lightpanda-io/browser/releases/tag/nightly) *For MacOS*