@@ 31,7 31,11 @@ See the wiki for webdev documentation.
## Installation/Running
1. Install `espeak-ng`, `zlib1g-dev`, `ghc`, `cabal-install`. (Debian package names listed here)
-2. Install the C libraries `espeak-ng` & `sndfile`
-3. From within the git repository, run `cabal install`. This'll compile Rhapsode and all it's other dependencies.
+2. Install the C libraries `espeak-ng` & `sndfile` (on Debian: `libespeak-ng-dev` & `libsndfile1-dev`)
+3. `cabal install`:
+ * `xml-conduit-stylist`
+ * `stylist`
+ * `hurl`
+ * TODO any others?
4. (OPTIONAL) Add `~/.cabal/bin/` to your path if it isn't already.
5. Run Rhapsode with `cabal run https://example.com/ | espeak-ng -mb1`, where "https://example.com/" can/should be replaced any valid URL. Or if you followed step 3, you can replace "cabal run" with "rhapsode".