aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornathan <nathansmith@disroot.org>2025-06-29 01:55:27 -0600
committernathan <nathansmith@disroot.org>2025-06-29 01:55:27 -0600
commit086c693acc6c5813453ee62900c982fc354aec08 (patch)
treef6a06213cfe25d7777657ad15292c2be95a34e48
parentd9e387b527275b13b15ed6413c0852a77d9f6542 (diff)
Added repo
-rw-r--r--README.org8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.org b/README.org
index ffd4729..59aded7 100644
--- a/README.org
+++ b/README.org
@@ -7,6 +7,12 @@ Things you might want to know:
+ psi resources are not included
** Installing
+#+begin_src shell
+ echo "repository=https://repo.shittyweb.org" > /etc/xbps.d/shittyweb-repo.conf
+ xbps-install -Su psi-plus
+#+end_src
+
+** Building
[[https://github.com/void-linux/void-packages/?tab=readme-ov-file#quick-start][Setup void-packages]] and copy =psi-plus= to =void-packages/srcpkgs/=
** Installing resources
@@ -14,5 +20,5 @@ For silly fun things like emojis and skins you will need to install the
resources
#+begin_src shell
git clone https://github.com/psi-im/resources
- sudo cp -r resources/* /usr/share/psi-plus/
+ cp -r resources/* /usr/share/psi-plus/
#+end_src