From 364ad230fdf661c49e6558f227f7f4c97588dd18 Mon Sep 17 00:00:00 2001 From: pewpewnor <125549982+pewpewnor@users.noreply.github.com> Date: Sun, 16 Mar 2025 13:50:58 +0700 Subject: [PATCH] Fix bash install command in documentation on how to install for Linux using tarball Signed-off-by: pewpewnor <125549982+pewpewnor@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d6e54745..e38fb038e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ yay -S zen-browser-bin - `Tarball` install: ```sh -bash <(curl -s https://updates.zen-browser.app/install.sh)` +bash <(curl -s https://updates.zen-browser.app/install.sh) ``` - `AppImage` install: