From 77d182cdf8d41b1c94973c71881824b10cb9a2c7 Mon Sep 17 00:00:00 2001 From: Abhijit Kshirsagar Kshirsagar Date: Wed, 14 Jul 2021 16:15:33 +0530 Subject: [PATCH] Update 'Editing' --- Editing.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Editing.md b/Editing.md index f67107e..f8c04e3 100644 --- a/Editing.md +++ b/Editing.md @@ -12,8 +12,7 @@ If you have Ruby installed, you can clone this repo on your local machine, make 1. To find the clone URL for the wiki, look for the clone URL on the top of the Gitea Page. Note that the URL should end in ".wiki.git" 2. Clone the repo locally -3. Install Gollum: ```gem install gollum``` - 1. If you get errors during this installation it is probabaly due to ```cmake``` missing on your system. Run ```sudo apt-get install cmake``` +3. Install [Gollum](Gollum) 4. Launch Gollum in the directory where the wiki files have been cloned: ```gollum ./``` 5. View and edit the local files by pointing a browser to ```http://localhost:4567``` 6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done.