summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Aino Violetta Aléanor <lav@vampires.gay>2023-05-11 15:11:54 +0200
committerLaura Aino Violetta Aléanor <lav@vampires.gay>2023-05-11 15:11:54 +0200
commitd0c5183b37913b590444ac85bc3327c7117d82c5 (patch)
tree08a5dab5f8eeb3b5c3d0e65e078020626449c264
parent26368e374a0e6e5d485d93547310c3e6238036e8 (diff)
downloadpickme-d0c5183b37913b590444ac85bc3327c7117d82c5.tar.gz
pickme-d0c5183b37913b590444ac85bc3327c7117d82c5.zip
add dependencies to readme
-rw-r--r--README8
1 files changed, 7 insertions, 1 deletions
diff --git a/README b/README
index c780739..3b19aab 100644
--- a/README
+++ b/README
@@ -5,6 +5,12 @@
you type in a string and it lists the emojis whose names contain that
string.
+** dependencies
+
++ normal posixey environment
++ gtk 4
++ normal haskell dev environment
+
** building
#+BEGIN_SRC sh
@@ -15,5 +21,5 @@ string.
#+BEGIN_SRC sh
( d=$( [-n $XDG_DATA_HOME ] && echo $XDG_DATA_HOME || "~/.local/share" ) ; mkdir -p $d/pickme ; mv UnicodeData.txt $d/pickme )
- # Put the `pickme' binary in your favourite place to put binaries.
+ # put the `pickme' binary in your favourite place to put binaries.
#+END_SRC