From 0b88a977d5468b8189ed9b06cc0a699f1115d0e3 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Kshirsagar Date: Wed, 14 Jul 2021 16:19:10 +0530 Subject: [PATCH] Add 'Gollum' --- Gollum.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 Gollum.md diff --git a/Gollum.md b/Gollum.md new file mode 100644 index 0000000..e30c207 --- /dev/null +++ b/Gollum.md @@ -0,0 +1,5 @@ +Gollum is a tool that enables quick and easy editing of markdown wikis locally using a browser. + +###### Installation: +1. Try ```[sudo] gem install gollum``` +2. If you get errors with "rugged" install failed, check if you are getting ```Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR``` errors. If yes, try ```sudo apt-get install ruby-dev cmake pkg-config libssl-dev```. \ No newline at end of file