Skip to content

Commit b625c6e

Browse files
committed
docs: update README
1 parent ec14180 commit b625c6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,9 @@ let users = vault.subjects()
121121

122122
## Management API
123123

124-
## Local Development
124+
// Local Development
125+
126+
[Deploy a local instance of InferaDB](https://github.com/inferadb/deploy/), then configure your client to connect to it.
125127

126128
```rust
127129
let client = Client::builder()
@@ -134,8 +136,6 @@ let client = Client::builder()
134136
.await?;
135137
```
136138

137-
Run a local instance of InferaDB using [our deployment script](https://github.com/inferadb/deploy/).
138-
139139
## Testing
140140

141141
Use `MockClient` for unit tests:

0 commit comments

Comments
 (0)