summary refs log tree commit diff
path: root/README.md
diff options
context:
space:
mode:
authorClayton G. Hobbs <clay@lakeserv.net>2015-12-27 12:12:19 -0500
committerClayton G. Hobbs <clay@lakeserv.net>2015-12-27 12:12:19 -0500
commit6347c5fdbb9b963dbd6c2cb5541ef047468806b4 (patch)
tree2eb12a8ba207ca8b870fe6b6d61a231b0ca35e04 /README.md
parent5a944237bdc6bdbdb3d630be8819373c3b9508dd (diff)
Replaced last YAML bit with JSON
Hashes are now stored in hash.json, not hash.yaml.  Also, we use the XDG
configuration directory rather than assuming we should use ~/.config/.
Maybe I should also make use of XDG data and/or cache directories.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index bb0b409..b2949b6 100644
--- a/README.md
+++ b/README.md
@@ -8,10 +8,9 @@ but adds a lot of features that go beyond the original purpose of Blather.
 ## Requirements
 
 1. pocketsphinx
-2. gstreamer-1.0 (and what ever plugin has pocket sphinx support)
-3. gstreamer-1.0 base plugins (required for alsa)
-5. pygtk (only required for the Gtk based UI)
-6. pyyaml (only required for reading the options file)
+2. gstreamer-1.0 (and what ever plugin has pocketsphinx support)
+3. gstreamer-1.0 base plugins (required for ALSA)
+4. python-gobject (required for GStreamer and the GTK-based UI)
 
 **Note:** it may also be required to install `pocketsphinx-hmm-en-hub4wsj`
 
@@ -36,7 +35,7 @@ directory and rename to file to 'dic'
 8. Start talking
 
 **Note:** to start Kaylee without needing to enter command line options all the
-time, copy options.yaml.tmp to ~/.config/blather/options.yaml and edit
+time, copy options.json.tmp to ~/.config/blather/options.json and edit
 accordingly.
 
 ### Bonus