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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
## Use
Download
## Run
``` shell
curl -o firefox-developer-install https://raw.githubusercontent.com/tanrax/firefox-developer-install/main/firefox-developer-install
```
Run
``` shell
bash firefox-developer-install
curl -s -L firefox-developer-install https://raw.githubusercontent.com/tanrax/firefox-developer-install/main/firefox-developer-install | bash
```