Update 'Editing'

Abhijit Kshirsagar Kshirsagar 2021-07-14 16:15:33 +05:30
parent 0e7fba801f
commit 77d182cdf8
1 changed files with 1 additions and 2 deletions

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