Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ierton committed May 14, 2013
1 parent 8c6e6a3 commit c2aa6f5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -20,7 +20,7 @@ INSTALL
Check the dependencies. Currently they are: cabal, ghc-pkg, hasktags, GNU find,
which and shell.

cabal install hasktags haskdogs
$ cabal install hasktags haskdogs

Make sure that PATH contains path to your cabal binaries directory ($HOME/.cabal/bin by default).

Expand All @@ -31,11 +31,13 @@ RUNNING

2. cd to your Haskell project dir

$ cd $HOME/my-haskell-project
$ cd $HOME/my-haskell-project

3. run haskdogs (cmdline args will be passed to hasktags followed by a filelist generated)
3. Run haskdogs without arguments to generate tags file in Vim-compatible format

$ haskdogs
$ haskdogs

Emacs users would probably want to add -e option to build Emacs-compatible TAGS.

VIM HINT
--------
Expand Down

0 comments on commit c2aa6f5

Please sign in to comment.