Updated Editing.md (markdown)

This commit is contained in:
Abhijit Kshirsagar 2021-06-09 13:54:57 +05:30
parent 484eecb0d4
commit 62253be68a
1 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,4 @@ If you have Ruby installed, you can clone this repo on your local machine, make
3. Install Gollum: ```gem install 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. Make sure to save and then commit and push the changes upstream after all edits are done.
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.