diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |