Updating references to embassy-sdk to start-sdk in dev-docs/specifications (#486)

This commit is contained in:
Jadi
2023-08-21 16:25:34 +03:30
committed by GitHub
parent 174d6139c4
commit 0fbc722c9f
3 changed files with 8 additions and 8 deletions

View File

@@ -22,8 +22,8 @@ Packaging
7. Create instructions file
8. Create icon file
9. Add license
10. Package all components into s9pk using embassy-sdk
11. Verify package components using embassy-sdk
10. Package all components into s9pk using start-sdk
11. Verify package components using start-sdk
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

View File

@@ -15,7 +15,7 @@ This purpose of this file is to:
- Read the docker container and build the project
- Build all prerequisites for running the docker file
- Build all dependencies
- Package assets and docker image using ``embassy-sdk pack``
- Package assets and docker image using ``start-sdk pack``
Example
-------

View File

@@ -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.