You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux or macOS (using [Basher](https://github.com/basherpm/basher))
63
+
```bash
64
+
$ basher install ekalinin/github-markdown-toc
65
+
# `gh-md-toc` will automatically be available in the PATH
66
+
```
67
+
62
68
Usage
63
69
=====
64
70
@@ -153,7 +159,7 @@ Table of Contents
153
159
That's all! Now all you need — is copy/paste result from console into original
154
160
README.md.
155
161
156
-
If you do not want to copy from console you can add `> YOURFILENAME.md` at the end of the command like `./gh-md-toc https://github.com/ekalinin/envirius/blob/master/README.md > table-of-contents.md` and this will store the table of contents to a file named table-of-contents.md in your current folder.
162
+
If you do not want to copy from console you can add `> YOURFILENAME.md` at the end of the command like `./gh-md-toc https://github.com/ekalinin/envirius/blob/master/README.md > table-of-contents.md` and this will store the table of contents to a file named table-of-contents.md in your current folder.
0 commit comments