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