* fix (very) minor typo
the trailing hyphen has no effect, but it threw me off
* remove -o entirely
---------
Co-authored-by: +shyfire131 <shyfire131@shyfire131.net>
* Update FAQ, correct c-lightning references to Core Lightning
* Add 2 or 3 things leftover from my other commit
* final touchups
Co-authored-by: gStart9 <george@start9labs.com>
When new to Embassy one might not know that the default user is `start9`.
These instructions refer to a `root` user that does not exist by default, however the user should be `start9`.
Additionally, it's easier to refer to the home directory of that user than to some other directory.
* chore: first draft of the js/ts procedure
* chore: Update the documentation
* Added Zeus instructions to Lightning Service Guides
* add jobs for FE, BE, and design
* Update jobs.rst
* Update jobs.rst
* Added some extra tor issues instructions, Corrected 2 links to Specter howtos under Service Guides.
* Add community channels ref, fix link
* chore: Add in the rest of the potential scripts + other
* chore: Convert from the branch to the master
* chore: update to use embassy_sdk
* update format and instructions
* fix header
* add js procedures to service specification index
Co-authored-by: George <george@start9labs.com>
Co-authored-by: Matt Hill <matthill@Matt-M1.local>
Co-authored-by: kn0wmad <39687477+kn0wmad@users.noreply.github.com>
Co-authored-by: kn0wmad <kn0wmad@protonmail.com>
Co-authored-by: Lucy Cifferello <12953208+elvece@users.noreply.github.com>
- changed 'to' to 'on' (grammar)
- removed 'platform' (doesn't sound natural in 2022 english)
- added `cd embassy-os` because the user is still in root
- i had to close and open the terminal window at this point because `cargo`, which i had installed in the previous step, was not yet in the PATH
- might want to consider one-lining this block of commands? not sure if there's value in keeping them separate
- something like `git clone https://github.com/Start9Labs/embassy-os.git | ./embassy-os/backend/install-sdk.sh` i think?
- under the EmbassyOS section, can you clarify something? is the "running instance" that you refer to the embassy-sdk that we just installed, or is it the instance running on the Embassy device?