We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d33f913 + 6b71107 commit 9e84370Copy full SHA for 9e84370
README.md
@@ -9,6 +9,13 @@ What is it for? A tag file is a index containing key items of your project such
9
10
So that you can find / jump to them fast.
11
12
+## Install
13
+1. clone this repo
14
+2. `cd` into the repo directory
15
+3. run `cabal install`. You should get output similar to `Symlinking 'hasktags'
16
+ to '/Users/user/.cabal/bin/hasktags'`
17
+4. source your shell profile. Alternatively you can open a new terminal window
18
+
19
## HOWTO (GENERATING TAG FILES):
20
Build hasktags (standard cabal build)
21
0 commit comments