From d4ae3dc0cb463a46de66c96b38d019ace7c06757 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Fri, 6 Dec 2024 14:34:47 -0700 Subject: [PATCH] more context --- .gitignore | 3 ++- src/packaging-guide/environment-setup.md | 10 ++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index de22840..66dc0e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ book/ -.DS_Store \ No newline at end of file +.DS_Store +deploy-staging.sh \ No newline at end of file diff --git a/src/packaging-guide/environment-setup.md b/src/packaging-guide/environment-setup.md index cf98029..c975f87 100644 --- a/src/packaging-guide/environment-setup.md +++ b/src/packaging-guide/environment-setup.md @@ -1,16 +1,16 @@ # Environment Setup -## StartOS server +## StartOS machine -You will need a StartOS server to test your package. Follow the [flashing guide](../flashing-guides/) to install StartOS on a physical device or VM. +You will need a computer running StartOS to test your package. Follow the [flashing guide](../flashing-guides/) to install StartOS on a physical device or VM. ## Docker -Docker is needed to convert the docker image to a StartOS image. +Docker is needed to convert docker images to StartOS images. ## Make -Make is used streamline builds and produce an s9pk. +Make is needed to streamline builds and produce s9pk binaries. ## NodeJS @@ -18,6 +18,8 @@ You will need a StartOS server to test your package. Follow the [flashing guide] ## SquashFS +SquashFS is needed to pack the compiled Javascript into a SquashFS file + ##### linux sudo apt install squashfs-tools squashfs-tools-ng