June 2018
Beginner
178 pages
4h 29m
English
Back on our wiki page, you should have noticed the download link. Every wiki repository has a remote URL encapsulated in green as shown in the following screenshot; essentially, it is the URL of the main Git repository with .wiki appended to the URL:

Use this URL and clone the wiki; then, run the gollum command inside that repository:
git clone https://github.com/axilleas/github-essentials-v2.wiki.git cd github-essentials-v2.wiki gollum
Although not stated, you can also clone the wiki using the Git protocol and not HTTP.
If you see an output similar to the following, then gollum will ...
Read now
Unlock full access