Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 498 Bytes

GitGuide.md

File metadata and controls

11 lines (6 loc) · 498 Bytes

Git Guide

Generating GitHub Table of Contents

Linux

  1. Install the script if you haven't yet! Type these into a terminal: wget https://raw.githubusercontent.com/-ekalinin/github-markdown-toc/master/gh-md-toc and chmod a+x gh-md-toc

  2. Using the script (an example): ./gh-md-toc ~/Scripts/README.md this is for when you're working in the home folder OR ~/gh-md-toc ~/Scripts/README.md for when you're working in another folder

  3. Copy and paste the output and you're done!