docs: Revamp the installing section

This commit is contained in:
Tomas Babej 2015-08-26 21:39:18 +02:00
parent a1b246f39f
commit 07fe371ad1

View file

@ -112,9 +112,14 @@ sufficient, and raise error if not.
============================================================================= =============================================================================
3. INSTALLING *taskwiki-install* 3. INSTALLING *taskwiki-install*
- plugins the vim way: http://vimdoc.sourceforge.net/htmldoc/usr_05.html#05.4 Using pathogen (or similiar vim plugin manager), the taskwiki install is
- plugins the easy way: https://github.com/tpope/vim-pathogen as simple as:
Other "vim plugin managers" will probably work, but have not been tested
git clone https://github.com/tbabej/taskwiki ~/.vim/bundle/taskwiki
However, make sure your box satisfies the requirements stated above.
To access documentation, run :helptags and then :help taskwiki.
============================================================================= =============================================================================
4. MAPPING *taskwiki-mapping* 4. MAPPING *taskwiki-mapping*