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 @@ - +
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.
=== disinto init ===