summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-04-08 05:21:56 +0530
committerAndinus <andinus@nand.sh>2020-04-08 05:21:56 +0530
commit832ac493c762f2dc5e9c7311675afa8ccb0294d1 (patch)
tree2ad17c4b6ea6157b56946140cf6b0fc56673cc5c
parentef6aa9a90243589f29c2741554af77a6a1233a43 (diff)
downloadgrus-832ac493c762f2dc5e9c7311675afa8ccb0294d1.tar.gz
Fix dict path in readme
-rw-r--r--README.org6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.org b/README.org
index ad481a7..df1046b 100644
--- a/README.org
+++ b/README.org
@@ -66,19 +66,19 @@ understand what you're doing.
 #+BEGIN_SRC sh
 curl -s https://tildegit.org/andinus/grus/raw/tag/v0.2.0/scripts/install.sh | sh
 #+END_SRC
-**** Post install
+** Post install
 You need to have a dictionary for grus to work, if you don't have one then you
 can download the Webster's Second International Dictionary, all 234,936 words
 worth. The 1934 copyright has lapsed.
 #+BEGIN_SRC sh
-curl -L -o /usr/local/share/web2 \
+curl -L -o /usr/local/share/dict/web2 \
      https://archive.org/download/grus-v0.2.0/web2
 #+END_SRC
 
 There is also another big dictionary with around half a million english words.
 I'm not allowed to distribute it, you can get it directly from GitHub.
 #+BEGIN_SRC sh
-curl -o /usr/local/share/words \
+curl -o /usr/local/share/dict/words \
      https://raw.githubusercontent.com/dwyl/english-words/master/words.txt
 #+END_SRC
 * History
href='#n149'>149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221