Skip to content

Commit b48c41d

Browse files
author
Ben Greenberg
committed
fix path to config file in readme instructions
1 parent 85c5acf commit b48c41d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cd data/individual_items_with_embedding
143143
Open up Couchbase shell passing in an argument with the location of the config file defining your Couchbase information:
144144

145145
```bash
146-
cbsh --config-dir ../config-file
146+
cbsh --config-dir ../../config-file
147147
```
148148

149149
Once in the shell, run the `nodes` command to just perform a sanity check that you are connected to the correct cluster.

0 commit comments

Comments
 (0)