README: Add info to checkout tag using firefox's version (#483)

This commit is contained in:
theoware 2022-11-18 17:32:03 +01:00 committed by GitHub
parent 33c256c8cb
commit 2e73e5a87a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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