From 2e73e5a87abb9ca774c995f9df16c4d14009734e Mon Sep 17 00:00:00 2001 From: theoware <59124958+theoware@users.noreply.github.com> Date: Fri, 18 Nov 2022 17:32:03 +0100 Subject: [PATCH] README: Add info to checkout tag using firefox's version (#483) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8fbca6d..7abdfc2 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ We also have the `beta` branch for fixes only aplicable to the current Firefox b ```sh git checkout beta # Set beta branch git checkout v78.1 # Set v78.1 tag + git checkout v$(firefox --version | cut -d ' ' -f 3 | cut -d '.' -f 1) # Using Firefox version ``` 3. Run installation script