From 6bbca660e8ce608aac23d018f846da9f54eb5d6f Mon Sep 17 00:00:00 2001 From: Matthias von Bargen Date: Sat, 28 Mar 2026 16:26:46 +0100 Subject: [PATCH] update installation step with npx command --- content/1.getting-started/2.installation.md | 2 +- content/de/1.erste-schritte/2.installation.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/1.getting-started/2.installation.md b/content/1.getting-started/2.installation.md index 30b5aea..cec67c2 100644 --- a/content/1.getting-started/2.installation.md +++ b/content/1.getting-started/2.installation.md @@ -18,7 +18,7 @@ coming soon ### Multiplayer ```bash -coming soon +npx @mavonengine/create-bootstrap ``` The multiplayer template includes the authoritative server setup, networking boilerplate, and a working client/server split out of the box. diff --git a/content/de/1.erste-schritte/2.installation.md b/content/de/1.erste-schritte/2.installation.md index 017bac1..79fb62d 100644 --- a/content/de/1.erste-schritte/2.installation.md +++ b/content/de/1.erste-schritte/2.installation.md @@ -18,7 +18,7 @@ demnächst verfügbar ### Multiplayer ```bash -demnächst verfügbar +npx @mavonengine/create-bootstrap ``` Das Multiplayer-Template enthält die autoritativen Server-Setup, Netzwerk-Boilerplate sowie eine fertige Client/Server-Aufteilung.