Skip to content

Commit

Permalink
update docs to v0.0.6
Browse files Browse the repository at this point in the history
Signed-off-by: Luis Pabón <[email protected]>
  • Loading branch information
lpabon committed Dec 14, 2022
1 parent ed24d57 commit a157ac9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@ easily. The project provides developers with the following features:
To add the library to your Golang application use the following command:

```bash
go get github.com/libopenstorage/[email protected].5
go get github.com/libopenstorage/[email protected].6
```

Also, use the following container version on your builds:

```
quay.io/openstorage/grpc-framework:v0.0.5
quay.io/openstorage/grpc-framework:v0.0.6
```

Here is an example:
Expand All @@ -44,7 +44,7 @@ proto:
-e "PROTO_USER=$(shell id -u)" \
-e "PROTO_GROUP=$(shell id -g)" \
-e "PATH=/bin:/usr/bin:/usr/local/bin:/go/bin:/usr/local/go/bin" \
quay.io/openstorage/grpc-framework:v0.0.5 \
quay.io/openstorage/grpc-framework:v0.0.6 \
make docker-proto

docker-proto:
Expand Down

0 comments on commit a157ac9

Please sign in to comment.