Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soypat authored Dec 5, 2020
1 parent b7b9fd2 commit 87503d7
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,15 @@ Start presentation on [127.0.0.1:3999](http://127.0.0.1:3999/) (default) by runn
go run . -base .
```

## Installation

The following commands will generate an executable tool for your OS and architecture. Requires Go
```console
git clone https://github.com/soypat/go-presentx.git
cd go-presentx
go build
```

## About the syntax highlighting changes
* No auto-rendering while editing

Expand Down Expand Up @@ -48,4 +57,4 @@ pre[class*="language-"] {

PRs welcome. I'll look at issues, I'll try to be nice.

idk, [same license as Go](https://github.com/golang/go/blob/master/LICENSE) I guess. Credit to **[The Go Authors.](https://github.com/golang/go/blob/master/AUTHORS)**
idk, [same license as Go](https://github.com/golang/go/blob/master/LICENSE) I guess. Credit to **[The Go Authors.](https://github.com/golang/go/blob/master/AUTHORS)**

0 comments on commit 87503d7

Please sign in to comment.