docs: show use of -tags for database selection

This commit is contained in:
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`: