Skip to content

Commit

Permalink
doc(style): delete syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
ycd committed Jan 21, 2021
1 parent 67196e3 commit 1979411
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,30 +91,30 @@ Binary downloads of example are available from [the releases section on GitHub](

0. Verify that you have Go 1.13+ installed

```sh
```
$ go version
```

If `go` is not installed, follow instructions on [the Go website](https://golang.org/doc/install).

1. Clone this repository

```sh
```
$ git clone https://github.com/ycd/toc
$ cd ycd
```

2. Build and install

#### Unix/Linux
```sh
```
# May require you to use sudo
$ go build .
$ cp toc /usr/local/toc
```
3. Verify installation

```sh
```
$ toc -h
Usage: toc [options]
Expand Down

0 comments on commit 1979411

Please sign in to comment.