Skip to content

Commit ecf9cd6

Browse files
committed
Update readme
1 parent 1670da1 commit ecf9cd6

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# ----------------------------------------------------------------------------------------------------------------------
99

1010
# This is the version of the coherence-go-client
11-
VERSION ?=2.0.0
11+
VERSION ?=2.0.0-rc1
1212
CURRDIR := $(shell pwd)
1313
USER_ID := $(shell echo "`id -u`:`id -g`")
1414

README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ docker run -d -p 1408:1408 -p 30000:30000 ghcr.io/oracle/coherence-ce:24.09
5050
```bash
5151
go get github.com/oracle/coherence-go-client@latest
5252
````
53-
After executing this command coherence-go-client is ready to use, and it's source will be in:
53+
54+
> Note: If you wish to use the latest v2.0.0-rc1, please use the following:
5455

5556
```bash
56-
$GOPATH/pkg/mod/github.com/oracle/coherence-go-client@version
57-
```
57+
go get github.com/oracle/coherence-go-client/[email protected]
58+
````
5859
5960
## <a name="doc"></a>Documentation
6061
@@ -72,6 +73,8 @@ issues `Put()`, `Get()` and `Size()` operations.
7273
7374
> Note: Keys and values can also be Go `structs`. See detailed examples [here](examples#basic).
7475
76+
> Note: for v2.0.0-rc1, please import `github.com/oracle/coherence-go-client/v2/coherence`
77+
7578
```go
7679
package main
7780

0 commit comments

Comments
 (0)