Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zyedidia committed Jan 31, 2021
1 parent 799d8ca commit b07b073
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,22 @@ special characters.

## Installation

There are three ways to install `sre`.

1. Download the prebuilt binary from the releases page.

2. Install from source:

```
git clone https://github.com/zyedidia/sre
cd sre
make build # or make install to install to $GOBIN
```

3. Install with `go get` (version info will be missing):

```
go get github.com/zyedidia/sre/cmd/sre
go get github.com/zyedidia/perforator/cmd/sre
```

## Base library
Expand Down

0 comments on commit b07b073

Please sign in to comment.