summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/views/projects/wikis/git_access.html.haml8
1 files changed, 7 insertions, 1 deletions
diff --git a/app/views/projects/wikis/git_access.html.haml b/app/views/projects/wikis/git_access.html.haml
index a1db57739f4..84566b2b339 100644
--- a/app/views/projects/wikis/git_access.html.haml
+++ b/app/views/projects/wikis/git_access.html.haml
@@ -14,7 +14,13 @@
.wiki-git-access
%h3 Install Gollum
- %p= It is recommended to install github-markdown so that GFM features render locally
+ %pre.dark
+ :preserve
+ gem install gollum
+ %p
+ It is recommended to install
+ %code github-markdown
+ so that GFM features render locally:
%pre.dark
:preserve
gem install github-markdown