Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/set-up-your-environment.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ CERAMIC_ENABLE_EXPERIMENTAL_COMPOSE_DB='true' yarn dlx @ceramicnetwork/cli daemo
If you see the following output in your terminal, that means you have successfully started a local node and connected to Clay testnet 🚀

```bash
IMPORTANT: Ceramic API running on 0.0.0.0:7007'
IMPORTANT: Ceramic API running on 0.0.0.0:7007
```

:::note
Expand Down Expand Up @@ -261,7 +261,7 @@ ceramic daemon --network=testnet-clay
Once again, you should see your local Ceramic node up and running as follows:

```bash
IMPORTANT: Ceramic API running on 0.0.0.0:7007'
IMPORTANT: Ceramic API running on 0.0.0.0:7007
```

## Next steps
Expand Down