Skip to content

Commit 8dff99d

Browse files
prereq tweaks
1 parent 0963f4c commit 8dff99d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

modules/hello-world/pages/start-using-sdk.adoc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ Install the latest 3.3 https://www.nuget.org/packages/CouchbaseNetClient/[Couchb
7979

8080
The following code samples assume:
8181

82-
* Couchbase Server is installed and accessible locally (xref:server:getting-started:do-a-quick-install.adoc[Do a Quick Install] if you don't already have Couchbase Server installed).
82+
* Couchbase xref:cloud:ROOT:index.adoc[Capella] cluster, or Couchbase Server is installed and accessible locally (xref:server:getting-started:do-a-quick-install.adoc[Do a Quick Install] if you don't already have Couchbase Server installed).
8383
* You have create a bucket (perhaps using the xref:{version-server}@server:manage:manage-settings/install-sample-buckets.adoc[travel-sample dataset], or by creating a new bucket).
84-
* You have created a Couchbase user named "username" with permissions to access the cluster (at least Application Access permissions).
84+
Note, the Travel Sample bucket is installed automatically by the Capella free trial.
85+
* You have created a Couchbase user named "username" [change as appropriate] with permissions to access the cluster (at least Application Access permissions).
8586

8687
Firstly, you will need to have a few `using` statements at the top of *Program.cs* in your console program:
8788
[source,csharp]

0 commit comments

Comments
 (0)