docs: show use of -tags for database selection

这个提交包含在:
AJ ONeal 2021-10-12 11:36:36 -06:00
父节点 85147ca776
当前提交 fc472d144c
共有 1 个文件被更改,包括 2 次插入2 次删除

查看文件

@ -87,8 +87,8 @@ pushd telebit/
You can build with `go build`:
```bash
go generate -mod=vendor ./...
go build -mod vendor -race -o telebit cmd/telebit/*.go
go generate -mod=vendor -tags postgres ./...
go build -mod vendor -tags postgres -race -o telebit cmd/telebit/*.go
```
Or with `goreleaser`: