Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

Commit

Permalink
fixing clone instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
karlredman committed Aug 13, 2017
1 parent 538c8a9 commit 2dab33a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ autocmd FileType vimwiki setlocal tabstop=4 expandtab
3. Setup wiki directory structure and initialize the repository:
1. Clone this project:
```bash
git clone git@github.com:karlredman/Vimwiki-Gollum-Integration.git
git clone -b gollum_v4.x git@github.com:karlredman/Vimwiki-Gollum-Integration.git
```
2. Copy the mockwiki directory structure to your home directory:
```bash
Expand Down
7 changes: 6 additions & 1 deletion docs/extended_readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ If you follow the 'Example Installation / Tutorial' then running the genSymlinks

### Setting up an example Gollum Wiki installation for use with Vimwiki:

#### Clone Vimwiki-Gollum-Integration project (for Gollum v4.x)
```
git clone -b gollum_v4.x git@github.com:karlredman/Vimwiki-Gollum-Integration.git
```

#### setup vim .vimrc
* vimwiki setup (the first wiki listed will be the default for vimwiki). This example shows 5 wikis being managed by Vimwiki.
* I do not recommend including the root directory of your repository/wikis as a wiki. It'll just get overly messy.
Expand Down Expand Up @@ -166,7 +171,7 @@ let g:vimwiki_folding='list'
autocmd FileType vimwiki setlocal tabstop=4 expandtab
```

### Setup wiki directory structure and initialize the repository:
#### Setup wiki directory structure and initialize the repository:
* For an explanation of why we setup index.vimwiki and diary.vimwiki files this way please see the [Gollum configuration section](#GollumConfig_anchor).
* The directory structure I use seperates several wikis all accessable from both Vimwiki and Gollum

Expand Down

0 comments on commit 2dab33a

Please sign in to comment.