Skip to content

Add config / environmentals to README.md #494

@jnun

Description

@jnun

Description

Add a note to README.md to point to configuration files.

Or, add this startup script for personalization.

my-start.sh

Affected Page

README.md

Issue Type

Missing documentation

Suggested Fix

Help the newbs by telling them where environmental variables are set in NemoClaw.

The JSON file sets variables for NemoClaw to run in your preferred environment:
~/.openclaw/openclaw.json // the user's home directory

Open that file (create it if it doesn't exist) and put this in it:

  {
    "channels": {
      "signal": {
        "httpPort": 9090
      }
    }
  }

Change 9090 to whatever port number you want — just pick something that isn't already taken by another app.

Save the file. Restart OpenClaw.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Getting StartedUse this label to identify setup, installation, or onboarding issues.documentationImprovements or additions to documentationgood first issueGood for newcomerspriority: highImportant issue that should be resolved in the next release

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions