Add 'Gollum'

Abhijit Kshirsagar Kshirsagar 2021-07-14 16:19:10 +05:30
parent 77d182cdf8
commit 0b88a977d5
1 changed files with 5 additions and 0 deletions

5
Gollum.md Normal file

@ -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```.