Update README.md

This commit is contained in:
contractless 2026-07-01 04:59:35 +00:00
parent 49271d9178
commit a53e5acbbc
1 changed files with 7 additions and 7 deletions

View File

@ -93,7 +93,7 @@ The Windows installer downloads and installs PostgreSQL when needed, then create
### Manual PostgreSQL Setup ### Manual PostgreSQL Setup
Manual PostgreSQL instructions should live in [docs/POSTGRES.md](docs/POSTGRES.md). Until that file is fully written, use the CLI installer unless you already know how to create the database, user and permissions manually. Manual PostgreSQL instructions should live in [docs/POSTGRES.md](src/branch/main/docs/POSTGRES.md). Until that file is fully written, use the CLI installer unless you already know how to create the database, user and permissions manually.
## Settings Configuration ## Settings Configuration
@ -167,7 +167,7 @@ dbname = contractless_db
- `error` shows only error logs. - `error` shows only error logs.
- `off` disables log output. - `off` disables log output.
Detailed settings notes should live in [docs/SETTINGS.md](docs/SETTINGS.md). Detailed settings notes should live in [docs/SETTINGS.md](src/branch/main/docs/SETTINGS.md).
## Runtime Paths ## Runtime Paths
@ -312,8 +312,8 @@ Node flags:
## Additional Documentation ## Additional Documentation
- [Whitepaper](https://contractless.community/contractless_whitepaper.pdf) - [Whitepaper](https://contractless.community/contractless_whitepaper.pdf)
- [Manual PostgreSQL setup](docs/POSTGRES.md) - [Manual PostgreSQL setup](src/branch/main/docs/POSTGRES.md)
- [Settings reference](docs/SETTINGS.md) - [Settings reference](src/branch/main/docs/SETTINGS.md)
- [CLI tools reference](docs/CLI_TOOLS.md) - [CLI tools reference](src/branch/main/docs/CLI_TOOLS.md)
- [Transaction reference](docs/TRANSACTIONS.md) - [Transaction reference](src/branch/main/docs/TRANSACTIONS.md)
- [Developer guide](docs/DEV.md) - [Developer guide](src/branch/main/docs/DEV.md)