Fixed browser names (#60)

This commit is contained in:
Gustavo Gómez
2019-04-20 02:51:57 -05:00
committed by Erayd
parent 6a4429aa7b
commit 4b4b188785

View File

@@ -182,8 +182,8 @@ In addition, Chromium-based browsers support the following `make` goals:
| ----------------------------- | ----------------------------------------------------------------------------------------------------------- |
| `make policies-chromium-user` | Automatically install browser extension from Web Store for Chromium browser, for the current user only |
| `make policies-chrome-user` | Automatically install browser extension from Web Store for Google Chrome browser, for the current user only |
| `make policies-brave-user` | Automatically install browser extension from Web Store for Vivaldi browser, for the current user only |
| `make policies-vivaldi-user` | Automatically install browser extension from Web Store for Brave browser, for the current user only |
| `make policies-brave-user` | Automatically install browser extension from Web Store for Brave browser, for the current user only |
| `make policies-vivaldi-user` | Automatically install browser extension from Web Store for Vivaldi browser, for the current user only |
| `sudo make policies-chromium` | Automatically install browser extension from Web Store for Chromium browser, system-wide |
| `sudo make policies-chrome` | Automatically install browser extension from Web Store for Google Chrome browser, system-wide |
| `sudo make policies-brave` | Automatically install browser extension from Web Store for Brave browser, system-wide |