chore(librewolf): start kb article

This commit is contained in:
Michele Cereda
2024-07-22 23:19:57 +02:00
parent 96e7b1a777
commit e067fb9fec

View File

@@ -0,0 +1,63 @@
# LibreWolf
Customized version of Firefox focused on privacy, security and freedom.
1. [TL;DR](#tldr)
1. [Further readings](#further-readings)
1. [Sources](#sources)
## TL;DR
<details>
<summary>Setup</summary>
```sh
brew install --cask 'librewolf' --no-quarantine
# Make native messaging work.
# Required by extensions like gopass bridge and KeePassXC-Browser
ln -s ~/'Library/Application Support/Mozilla/NativeMessagingHosts' ~/'Library/Application Support/LibreWolf/NativeMessagingHosts'
```
</details>
<!-- Uncomment if used
<details>
<summary>Usage</summary>
```sh
```
</details>
-->
<!-- Uncomment if used
<details>
<summary>Real world use cases</summary>
```sh
```
</details>
-->
## Further readings
- [Website]
- [Main repository]
### Sources
<!--
Reference
═╬═Time══
-->
<!-- In-article sections -->
<!-- Knowledge base -->
<!-- Files -->
<!-- Upstream -->
[main repository]: https://codeberg.org/librewolf
[website]: https://librewolf.net/
<!-- Others -->