diff --git a/README.md b/README.md index 01a19c0..7d54716 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# firefox-developer-install \ No newline at end of file +# Firefox Developer Edition install for Linux + +Script to install the latest version of Firefox Developer Edition on Linux with desktop integration + +## Use + +Download + +``` shell +curl -o firefox-developer-install https://raw.githubusercontent.com/tanrax/firefox-developer-install/main/firefox-developer-install +``` + +Run + +``` shell +bash firefox-developer-install +```