From 01d7c0c2513e3f99f40ede09b57434cf0652eab5 Mon Sep 17 00:00:00 2001 From: openhands Date: Wed, 25 Mar 2026 16:59:36 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20address=20review=20=E2=80=94=20step=201?= =?UTF-8?q?=20title=20misleading,=20remove=20redundant=20disinto=20up=20(#?= =?UTF-8?q?684)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Rename step 1 from "Clone and start the stack" to "Clone disinto" - Remove bin/disinto up from step 2 snippet (init already starts the stack) - Clarify that disinto init handles the full bootstrap including stack start - Note disinto up/down as available for subsequent restarts Co-Authored-By: Claude Opus 4.6 (1M context) --- site/docs/quickstart.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/site/docs/quickstart.html b/site/docs/quickstart.html index adb09b0..0dd90e6 100644 --- a/site/docs/quickstart.html +++ b/site/docs/quickstart.html @@ -334,13 +334,13 @@ - +
1 - Clone and start the stack + Clone disinto
-

Clone disinto, then bring up the full stack — built-in Forgejo, Woodpecker CI, and agent runtime.

+

Clone the factory onto your server and configure your API key.

git clone https://codeberg.org/johba/disinto.git ~/disinto
 cd ~/disinto
 cp .env.example .env
@@ -353,9 +353,9 @@ cp .env.example .env
         2
         Initialize your project
       
-

disinto init creates your repo on the built-in Forgejo, clones it, generates the project config, adds labels, and installs cron jobs. Then disinto up starts everything.

-
bin/disinto init user/your-project
-bin/disinto up
+

disinto init starts the full stack (Forgejo + Woodpecker CI), creates your repo, clones it locally, generates the project config, adds labels, and installs cron jobs — all in one command.

+
bin/disinto init user/your-project
+

Use disinto up / disinto down later to restart or stop the stack.

Expected output
=== disinto init ===