mirror of
https://github.com/Start9Labs/documentation.git
synced 2026-04-02 05:23:18 +00:00
Updating references to embassy-sdk to start-sdk in dev-docs/specifications (#486)
This commit is contained in:
@@ -22,8 +22,8 @@ Packaging
|
|||||||
7. Create instructions file
|
7. Create instructions file
|
||||||
8. Create icon file
|
8. Create icon file
|
||||||
9. Add license
|
9. Add license
|
||||||
10. Package all components into s9pk using embassy-sdk
|
10. Package all components into s9pk using start-sdk
|
||||||
11. Verify package components using embassy-sdk
|
11. Verify package components using start-sdk
|
||||||
12. Create a wrapper repository on GitHub to host all package assets for review
|
12. Create a wrapper repository on GitHub to host all package assets for review
|
||||||
13. (Optional) Add all package build steps to a Makefile for replicability
|
13. (Optional) Add all package build steps to a Makefile for replicability
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ This purpose of this file is to:
|
|||||||
- Read the docker container and build the project
|
- Read the docker container and build the project
|
||||||
- Build all prerequisites for running the docker file
|
- Build all prerequisites for running the docker file
|
||||||
- Build all dependencies
|
- Build all dependencies
|
||||||
- Package assets and docker image using ``embassy-sdk pack``
|
- Package assets and docker image using ``start-sdk pack``
|
||||||
|
|
||||||
Example
|
Example
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -22,12 +22,12 @@ To package all components into an ``.s9pk``, run the following command from the
|
|||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
embassy-sdk pack
|
start-sdk pack
|
||||||
|
|
||||||
Let's also make sure to verify the validity of the package:
|
Let's also make sure to verify the validity of the package:
|
||||||
|
|
||||||
.. code:: bash
|
.. 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