Skip to content

Commit e37cddf

Browse files
Merge pull request #2054 from jasonrandrews/review
Add single command install for Brave browser.
2 parents cd6f87c + 2e61fca commit e37cddf

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

content/install-guides/browsers/brave.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ The Brave browser runs on Windows on Arm as a native ARM64 application, and is a
2929

3030
### Linux
3131

32-
To install Brave on Linux:
32+
There are two options to install Brave on Linux.
33+
34+
To install Brave with a single command:
35+
36+
```bash
37+
curl -fsS https://dl.brave.com/install.sh | sh
38+
```
39+
40+
To install Brave using multiple commands:
3341

3442
{{< tabpane code=true >}}
3543
{{< tab header="Ubuntu/Debian" language="bash">}}

0 commit comments

Comments
 (0)