Skip to content

Commit 2889be1

Browse files
Nikita Abrashkingitbook-bot
authored andcommitted
GITBOOK-411: No subject
1 parent 8ae5655 commit 2889be1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/getting-started/decentralized-knowle-dge-graph-dkg.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The installation can take a few minutes. It installs the DKG Node in the same di
9898
Run the agent setup script to enable LLM features. You'll be prompted for your LLM provider, API key, model name, and DKG environment (must match your setup-config choice: testnet or mainnet). The agent supports multiple providers; examples listed below.
9999

100100
```sh
101-
cd /dkg-node/apps/agent
101+
cd dkg-node/apps/agent
102102
npm run build:scripts
103103
npm run script:setup
104104
```
@@ -191,7 +191,7 @@ All commands work from any directory and automatically detect your operating sys
191191
A `createUser` script is also included to simplify the creation of additional user accounts.
192192

193193
```sh
194-
cd /dkg-node/apps/agent
194+
cd dkg-node/apps/agent
195195
npm run script:createUser
196196
# Enter: email, password, permissions (e.g., `mcp llm blob scope123`)
197197
```

0 commit comments

Comments
 (0)