https://github.com/clear-code/firefox-support-common
Common information for Firefox support in corporation use
https://github.com/clear-code/firefox-support-common
Last synced: 4 months ago
JSON representation
Common information for Firefox support in corporation use
- Host: GitHub
- URL: https://github.com/clear-code/firefox-support-common
- Owner: clear-code
- License: mpl-2.0
- Created: 2016-03-16T03:05:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2025-09-17T06:45:02.000Z (9 months ago)
- Last Synced: 2025-09-17T08:41:38.773Z (9 months ago)
- Language: HTML
- Size: 59.5 MB
- Stars: 10
- Watchers: 8
- Forks: 5
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# firefox-support-common
Common information for Firefox support in corporation use
License: MPL 2.0
## How to build PDF version of the migration report
You need to install required tools and fonts to create PDF version of the migration report.
On Ubuntu 22.04:
```console
$ sudo apt install pandoc texlive-full fonts-noto-cjk fonts-noto-cjk-extra
```
Then you can build PDF as:
```console
$ make migration-report
```