Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Update linuxInstall.md
Browse files Browse the repository at this point in the history
Fedora uses `dnf`, no longer `yum`.
  • Loading branch information
joedborg authored Aug 15, 2016
1 parent 08ff72d commit a887564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linuxInstall.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ sudo dpkg -i ./brave.deb
## Fedora AMD64:

```
sudo yum install lsb
sudo dnf install lsb
wget -O brave.rpm https://laptop-updates.brave.com/latest/fedora64
sudo rpm -i ./brave.rpm
```
Expand Down

0 comments on commit a887564

Please sign in to comment.