From 19672a19788fc46f39a7a2b1d4859ecf6097317a Mon Sep 17 00:00:00 2001 From: Samuel K Date: Fri, 26 Jun 2026 19:59:16 -0500 Subject: [PATCH] docs: use 'devsy workspace up' for v1.0.0 CLI devsy v1.0.0 moved the top-level 'up' command under the 'workspace' command group. Update the README usage example accordingly. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6a0971a..d32d38cd 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ You only need to specify where you want all of the `dockerless` data to be store After the initial setup, just use: ```sh -devsy up . +devsy workspace up . ``` ## Run in a container