mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-03-31 20:43:42 +00:00
Updating references to embassy-sdk to start-sdk in dev-docs/specifications (#486)
This commit is contained in:
@@ -13,7 +13,7 @@ The minimum necessary files for this bundle are:
|
||||
- LICENSE
|
||||
- icon.png
|
||||
|
||||
Each new version release of a service should include the updated version of these files re-bundled into a new ``.s9pk``. .
|
||||
Each new version release of a service should include the updated version of these files re-bundled into a new ``.s9pk``. .
|
||||
|
||||
Building
|
||||
--------
|
||||
@@ -22,12 +22,12 @@ To package all components into an ``.s9pk``, run the following command from the
|
||||
|
||||
.. code:: bash
|
||||
|
||||
embassy-sdk pack
|
||||
start-sdk pack
|
||||
|
||||
Let's also make sure to verify the validity of the package:
|
||||
|
||||
.. code:: bash
|
||||
|
||||
embassy-sdk verify s9pk /path/to/hello-world.s9pk
|
||||
start-sdk verify s9pk /path/to/hello-world.s9pk
|
||||
|
||||
If anything goes wrong, an error message will indicate the missing component or other failure.
|
||||
If anything goes wrong, an error message will indicate the missing component or other failure.
|
||||
|
||||
Reference in New Issue
Block a user