diff options
author | nathan <nathansmith@disroot.org> | 2025-06-29 16:41:32 +0000 |
---|---|---|
committer | nathan <nathansmith@disroot.org> | 2025-06-29 16:41:32 +0000 |
commit | d89656caf69a41ec179d9b0f5868d3dc184cbb2f (patch) | |
tree | c3588eca869f8f6e1057fd1ce485132c0936de96 /README.org | |
download | feather-wallet-void-d89656caf69a41ec179d9b0f5868d3dc184cbb2f.tar.gz feather-wallet-void-d89656caf69a41ec179d9b0f5868d3dc184cbb2f.tar.bz2 feather-wallet-void-d89656caf69a41ec179d9b0f5868d3dc184cbb2f.zip |
first commit
Diffstat (limited to 'README.org')
-rw-r--r-- | README.org | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.org b/README.org new file mode 100644 index 0000000..0a648be --- /dev/null +++ b/README.org @@ -0,0 +1,9 @@ +* Feather wallet for void linux +** Installing +#+begin_src shell + echo "repository=https://repo.shittyweb.org" > /etc/xbps.d/shittyweb-repo.conf + xbps-install -Su feather-wallet +#+end_src + +** Building +[[https://github.com/void-linux/void-packages/?tab=readme-ov-file#quick-start][Setup void-packages]] and copy =feather-wallet= to =void-packages/srcpkgs/= |