diff --git a/README.md b/README.md index 4d15aeb..4248bd2 100644 --- a/README.md +++ b/README.md @@ -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 ```