Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Download the appropriate binary for your platform from the [Releases](https://gi
go get github.com/KyleBanks/depth/cmd/depth
```

If this does not work, you can use `go install` to install the latest version:

```sh
go install github.com/KyleBanks/depth/cmd/depth@latest
```

## Usage

`depth` can be used as a standalone command-line application, or as a package within your own project.
Expand Down