diff --git a/site/03-todo.md b/site/03-todo.md index e170d24..899ba83 100644 --- a/site/03-todo.md +++ b/site/03-todo.md @@ -17,22 +17,11 @@ - [ ] Configuration - LAN Setup - Android - Screenshots of LAN setup and verify steps on an Android 12+ device - - Brave - Chrome - Firefox - [ ] Tuning - DIY Guide - - Advanced Config - - SSH over Tor - Service-specific Guides -- [ ] Developer Documentation - - embassy-sdk - - Service Packaging Spec - - Service Packaging Walkthrough (Hello-World Example) - - Development FAQ - - Contributing - - Service Packaging - - [ ] Alt Market Build Guide - [ ] Mission / values - [ ] Backups diff --git a/site/source/_static/images/dev/instructions.svg b/site/source/_static/images/dev/instructions.svg new file mode 100644 index 0000000..55f22e4 Binary files /dev/null and b/site/source/_static/images/dev/instructions.svg differ diff --git a/site/source/_static/images/dev/pages0.svg b/site/source/_static/images/dev/pages0.svg new file mode 100644 index 0000000..951ba51 Binary files /dev/null and b/site/source/_static/images/dev/pages0.svg differ diff --git a/site/source/_static/images/dev/pages1.svg b/site/source/_static/images/dev/pages1.svg new file mode 100644 index 0000000..38669a7 Binary files /dev/null and b/site/source/_static/images/dev/pages1.svg differ diff --git a/site/source/support/dev-docs/dev-tools/embassy-sdk.rst b/site/source/support/dev-docs/dev-tools/embassy-sdk.rst index aef0660..d176265 100644 --- a/site/source/support/dev-docs/dev-tools/embassy-sdk.rst +++ b/site/source/support/dev-docs/dev-tools/embassy-sdk.rst @@ -6,47 +6,37 @@ Embassy-SDK .. warning:: This is for developers only!! Anything you do while SSH'd into your Embassy is NOT SUPPORTED, unless under the guidance of a Start9 technician. -.. When interacting with Embassy directly, you will invariably want to use ``embassy-cli``. Embassy-CLI can control EmbassyOS in many of the same ways that the UI can, but with finer controls and deeper insights. +You can install to your system by running the following from you ``embassy-os`` directory: -.. In order to use Embassy-CLI, you will first need to authorize yourself with the following command... + .. code-block:: bash -.. .. code-block:: bash - -.. embassy-cli auth login - -.. and enter your Embassy Master Password at the prompt. + cargo install --bin=embassy-sdk --path=. --no-default-features --verbose -.. You can enter ``embassy-cli help`` or ``embassy-cli