Skip to content

Commit c2b648f

Browse files
committed
update README
1 parent c9ec631 commit c2b648f

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ There is nothing easier:
2828

2929
Table of Contents
3030
=================
31+
3132
* [envirius](#envirius)
3233
* [Idea](#idea)
3334
* [Features](#features)
@@ -71,6 +72,30 @@ And here is a result:
7172
7273
* [README.md with TOC](https://github.com/ekalinin/envirius/blob/24ea3be0d3cc03f4235fa4879bb33dc122d0ae29/README.md)
7374
75+
76+
It supports multiple files as well:
77+
78+
```bash
79+
➥ ./gh-md-toc \
80+
https://github.com/aminb/rust-for-c/blob/master/hello_world/README.md \
81+
https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md \
82+
https://github.com/aminb/rust-for-c/blob/master/primitive_types_and_operators/README.md \
83+
https://github.com/aminb/rust-for-c/blob/master/unique_pointers/README.md
84+
85+
* [Hello world](https://github.com/aminb/rust-for-c/blob/master/hello_world/README.md#hello-world)
86+
87+
* [Control Flow](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#control-flow)
88+
* [If](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#if)
89+
* [Loops](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#loops)
90+
* [For loops](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#for-loops)
91+
* [Switch/Match](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#switchmatch)
92+
* [Method call](https://github.com/aminb/rust-for-c/blob/master/control_flow/README.md#method-call)
93+
94+
* [Primitive Types and Operators](https://github.com/aminb/rust-for-c/blob/master/primitive_types_and_operators/README.md#primitive-types-and-operators)
95+
96+
* [Unique Pointers](https://github.com/aminb/rust-for-c/blob/master/unique_pointers/README.md#unique-pointers)
97+
```
98+
7499
Dependency
75100
==========
76101

0 commit comments

Comments
 (0)