From 5a196ba529d131a09dcffaf5b1ea175ddd2a521c Mon Sep 17 00:00:00 2001 From: Daanyaal Sobani Date: Tue, 9 Apr 2024 23:50:06 -0400 Subject: [PATCH] Update service-container.rst (#609) Updated reference from embassy-cli to start-cli --- site/source/developer-docs/dev-tools/service-container.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/source/developer-docs/dev-tools/service-container.rst b/site/source/developer-docs/dev-tools/service-container.rst index 6629b97..12c56b7 100644 --- a/site/source/developer-docs/dev-tools/service-container.rst +++ b/site/source/developer-docs/dev-tools/service-container.rst @@ -10,7 +10,7 @@ For simplicity, StartOS is designed to be completely operated through its GUI, h This guide assumes you already have :ref:`SSH Access` setup on your machine. -Open a terminal, ssh into your device, and enter the following command, replacing ```` with the name of the service you are trying to access. You can list the services with ``embassy-cli package list`` (you will need to be logged in under ``embassy-cli`` for this). You will need to either be ``root`` or use ``sudo``. +Open a terminal, ssh into your device, and enter the following command, replacing ```` with the name of the service you are trying to access. You can list the services with ``start-cli package list`` (you will need to be logged in under ``start-cli`` for this). You will need to either be ``root`` or use ``sudo``. .. code-block:: bash