Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
MattDHill committed Dec 6, 2024
1 parent 9cbc46a commit d3f5023
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions src/packaging-guide/environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,31 +16,29 @@ You will need a StartOS server to test your package. Follow the [flashing guide]

<a href="https://nodejs.org/en/" target="_blank">NodeJS</a> is needed to compile the Typescript in your StartOS package.

## Squashfs
## SquashFS

#### Mac

brew install squashfs

#### linux
##### linux

sudo apt install squashfs-tools squashfs-tools-ng

<a href="https://nodejs.org/en/" target="_blank">NodeJS</a> is needed to compile the Typescript in your StartOS package.
##### Mac

brew install squashfs

## start-cli
## Start CLI

<a href="https://github.com/Start9Labs/start-os/" target="_blank">start-cli</a> is needed to interact with StartOS from the command line.

1. Clone the start-os repo
1. Clone the StartOS repo

https://github.com/Start9Labs/start-os.git

1. Build start-cli
1. Build Start CLI

make cli

1. Initialize start-cli
1. Initialize Start CLI

start-cli init

Expand Down

0 comments on commit d3f5023

Please sign in to comment.