Update README.md

This commit is contained in:
Andros Fenollosa
2020-09-26 23:04:44 +02:00
committed by GitHub
parent 657dce11de
commit 2adfa2eea7

View File

@@ -4,16 +4,8 @@
Bash script to install the latest version of Firefox Developer Edition on Linux with desktop integration from Mozilla repository. Bash script to install the latest version of Firefox Developer Edition on Linux with desktop integration from Mozilla repository.
## Use ## Run
Download
``` shell ``` shell
curl -o firefox-developer-install https://raw.githubusercontent.com/tanrax/firefox-developer-install/main/firefox-developer-install curl -s -L firefox-developer-install https://raw.githubusercontent.com/tanrax/firefox-developer-install/main/firefox-developer-install | bash
```
Run
``` shell
bash firefox-developer-install
``` ```