From 9800a0198c74ad969cf646cbd57888d417a21fb3 Mon Sep 17 00:00:00 2001 From: Joerg Schad Date: Sat, 18 Oct 2025 13:38:33 -0700 Subject: [PATCH] Fix `rbt cloud up` example The name parameter is required. Should also be improved in the welcome email. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cdaccf..6db8739 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Once you've received an invitation to use Reboot Cloud, you will also receive an API key. You can then run this application on Reboot Cloud as follows: ```console -rbt cloud up --api-key=YOUR_API_KEY +rbt cloud up --api-key=YOUR_API_KEY --name=yourapp ``` To make calls to the application that just started, find the application's URL