formatting

This commit is contained in:
Lucy Cifferello
2021-09-27 10:38:27 -06:00
parent e9c0fc84c1
commit 044192eea9

View File

@@ -14,7 +14,7 @@ The application can be written in any language, so you may prefer to select an a
What considerations go into selecting an application to package?
----------------------------------------------------------------
With sufficient effot, most any software with the ability to be self-hosted could make its way onto EmbassyOS. That being said, the following features will make service packaging much easier:
With sufficient effort, most any software with the ability to be self-hosted could make its way onto EmbassyOS. That being said, the following features will make service packaging much easier:
- Already built with self-hosting in mind
- Active development
@@ -22,7 +22,7 @@ With sufficient effot, most any software with the ability to be self-hosted coul
- Already 'dockerized'
Which possible formats can I use to write the :code:`manifest`, :code:`config_spec`, and :code:`config_rules` files?
-------------------------------------------------------------------------------------------------------------------
---------------------------------------------------------------------------------------------------------------------
JSON, TOML, or YAML are valid options.
I'm getting errors on the `embassy-sdk pack` step. What's going on?