From ec0cdd605db66a3dff30b36731aca321528170cf Mon Sep 17 00:00:00 2001 From: Jadi Date: Wed, 30 Aug 2023 00:13:25 +0330 Subject: [PATCH] Updating the embassy-sdk to start-sdk in packaging checklist (#492) --- site/source/developer-docs/specification/checklist.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/source/developer-docs/specification/checklist.rst b/site/source/developer-docs/specification/checklist.rst index 08cbf9f..e9402f4 100644 --- a/site/source/developer-docs/specification/checklist.rst +++ b/site/source/developer-docs/specification/checklist.rst @@ -31,8 +31,8 @@ Testing: -------- 1. Sideload ``.s9pk`` onto StartOS - 2. Install package using embassy-cli - 3. Start package using embassy-cli, or in the UI + 2. Install package using start-cli + 3. Start package using start-cli, or in the UI 4. Check logs to see if errors 5. Ensure service is reachable/launchable 6. (Optional) Ensure data persists after stopping and restarting service.