From 8d1a4ae3bf9b2ddc43311f195d30381f4571b59e Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:34:12 -0700 Subject: [PATCH 1/2] Revise quickstart instructions in README.md (#758) Updated the README to clarify the configuration process and improve wording. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 462f3fb1..ae2b6f86 100644 --- a/README.md +++ b/README.md @@ -63,12 +63,14 @@ Everything else is included. ## Quickstart +There's no need to clone this repo, unless you want to build from source. TrustGraph is a fully containerized app that deploys as a set of Docker containers. To configure TrustGraph on the command line: + ``` npx @trustgraph/config ``` -TrustGraph downloads as Docker containers and can be run locally with Docker, Podman, or Minikube. The config tool will generate: -- `deploy.zip` with either a `docker-compose.yaml` file for a Docker/Podman deploy or `resources.yaml` for Kubernetes +The config process will generate app config that can be run locally with Docker, Podman, or Minikube. The process will output: +- `deploy.zip` with either a `docker-compose.yaml` file for a Docker/Podman or `resources.yaml` for Kubernetes - Deployment instructions as `INSTALLATION.md`

@@ -76,7 +78,7 @@ TrustGraph downloads as Docker containers and can be run locally with Docker, Po width="80%" controls>

-For a browser based quickstart, try the [Configuration Terminal](https://config-ui.demo.trustgraph.ai/). +For a browser based configuration, try the [Configuration Terminal](https://config-ui.demo.trustgraph.ai/).
Table of Contents From be443a1679e64107eec8187d1d470e1c2fd13c24 Mon Sep 17 00:00:00 2001 From: Jack Colquitt <126733989+JackColquitt@users.noreply.github.com> Date: Sat, 4 Apr 2026 13:40:12 -0700 Subject: [PATCH 2/2] Refine README content and remove Table of Contents (#759) Updated the README to improve clarity and remove the Table of Contents section. --- README.md | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/README.md b/README.md index ae2b6f86..17292e26 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ There's no need to clone this repo, unless you want to build from source. TrustG npx @trustgraph/config ``` -The config process will generate app config that can be run locally with Docker, Podman, or Minikube. The process will output: +The config process will generate an app config that can be run locally with Docker, Podman, or Minikube. The process will output: - `deploy.zip` with either a `docker-compose.yaml` file for a Docker/Podman or `resources.yaml` for Kubernetes - Deployment instructions as `INSTALLATION.md` @@ -80,22 +80,6 @@ width="80%" controls> For a browser based configuration, try the [Configuration Terminal](https://config-ui.demo.trustgraph.ai/). -
-Table of Contents -
- -- [**What is a Context Graph?**](#watch-what-is-a-context-graph)
-- [**Context Graphs in Action**](#watch-context-graphs-in-action)
-- [**Getting Started**](#getting-started-with-trustgraph)
-- [**Context Cores**](#context-cores)
-- [**Tech Stack**](#tech-stack)
-- [**Observability & Telemetry**](#observability--telemetry)
-- [**Contributing**](#contributing)
-- [**License**](#license)
-- [**Support & Community**](#support--community)
- -
- ## Watch What is a Context Graph? [![What is a Context Graph?](https://img.youtube.com/vi/gZjlt5WcWB4/maxresdefault.jpg)](https://www.youtube.com/watch?v=gZjlt5WcWB4)