Skip to content

Commit b8382a3

Browse files
committed
add toc to readme
1 parent 6d457eb commit b8382a3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@
66

77
**Acknowledgements** - This project utilizes a Go interpreter called [gomacro](https://github.com/cosmos72/gomacro) under the hood to evaluate Go code interactively. The gophernotes logo was designed by the brilliant [Marcus Olsson](https://github.com/marcusolsson) and was inspired by Renee French's original Go Gopher design.
88

9+
- [Examples](#examples)
10+
- Install gophernotes:
11+
- [Prerequisites](#prerequisites)
12+
- [Linux](#linux)
13+
- [Mac](#mac)
14+
- [Windows](#windows)
15+
- [Docker](#docker)
16+
- [Getting Started](#getting-started)
17+
- [Limitations](#limitations)
18+
- [Troubleshooting](#troubleshooting)
19+
920
## Examples
1021

1122
### Jupyter Notebook:
@@ -50,7 +61,7 @@ $ gophernotes
5061
$ jupyter --data-dir
5162
```
5263

53-
### OS X/macOS
64+
### Mac
5465

5566
```sh
5667
$ go install github.com/gopherdata/gophernotes

0 commit comments

Comments
 (0)