diff options
author | nathan <nathansmith@disroot.org> | 2025-08-27 13:13:03 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-08-27 13:13:03 +0000 |
commit | 55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67 (patch) | |
tree | 2cb280e15d943cc635b85d6e7dfb7f3789737013 /README.org | |
download | privacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.tar.gz privacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.tar.bz2 privacy-browser-void-55e72a1de4a4b35e74e9ef9342a7fcb7be5d8a67.zip |
first commit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..3561a84 --- /dev/null +++ b/README.org @@ -0,0 +1,12 @@ +* Privacy Browser for void linux +A quick and dirty xbps package for Privacy Browser. + +** Installing +#+begin_src shell + echo "repository=https://repo.shittyweb.org" > /etc/xbps.d/shittyweb-repo.conf + xbps-install -Su privacy-browser +#+end_src + +** Building +[[https://github.com/void-linux/void-packages/?tab=readme-ov-file#quick-start][Setup void-packages]] and copy =privacy-browser= to =void-packages/srcpkgs/= + |