From bcdd8127c0de77e442d4f2ebaed775e81130608f Mon Sep 17 00:00:00 2001 From: RocketQuack <202538874+Rocket-Quack@users.noreply.github.com> Date: Wed, 22 Apr 2026 15:18:35 +0200 Subject: [PATCH] docs(readme): clarify demo setup and remove play-with-docker link because no longer available --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ccf213ab..f6868ee2 100644 --- a/README.md +++ b/README.md @@ -50,17 +50,13 @@ If you are already familiar with Frappe, you can jump right into the [different ## Demo setup -The fastest way to try Frappe is to play in an already set up sandbox, in your browser, click the button below: - - - Try in PWD - +The fastest way to try Frappe locally is with the single-file demo setup in `pwd.yml`. ### Try on your environment > **⚠️ Disposable demo only** > -> **This setup is intended for quick evaluation. Expect to throw the environment away.** You will not be able to install custom apps to this setup. For production deployments, custom configurations, and detailed explanations, see the full documentation. +> **This setup is intended for short-lived evaluation only.** You will not be able to install custom apps to this setup. For production deployments, custom configurations, and detailed explanations, see the full documentation. First clone the repo: