Skip to content

Commit

Permalink
doc: update readme 📑
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Jan 25, 2021
1 parent 970b094 commit a11d452
Showing 1 changed file with 30 additions and 7 deletions.
37 changes: 30 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,21 @@

# Table of Contents

- [Usage](#usage)
- [Installation](#installation)
- [Packages](#packages)
- [Downloads](#downloads)
- [Compilation](#compilation)
- [Documentation](#documentation)
- [Licence](#licence)
<!--toc-->
- [Table of Contents](#table-of-contents)
* [Usage](#usage)
* [Installation](#installation)
* [Packages](#packages)
* [Arch Linux](#arch-linux)
* [Homebrew](#homebrew)
* [Docker](#docker)
* [Downloads](#downloads)
* [Installation from source](#installation-from-source)
* [Unix/Linux](#unixlinux)
* [Contributing](#contributing)
* [Licence](#licence)

<!-- tocstop -->

---

Expand Down Expand Up @@ -78,9 +86,24 @@ $ toc --depth 3

### Packages

#### Arch Linux

* [ ] For Arch Linux, install the [``]() package.

#### Homebrew

* [ ] For Homebrew on macOS, install the [``]() formula.

#### Docker

It is available via two tags.

You can either use `latest` or `$VERSION`.

```sh
docker run --rm -it yagizcan/toc:latest toc
```


### Downloads

Expand Down

0 comments on commit a11d452

Please sign in to comment.