From 4682a72620c68adcefdabd2071e19aef3664aa23 Mon Sep 17 00:00:00 2001 From: James Prevett Date: Fri, 29 Nov 2024 00:37:47 -0600 Subject: [PATCH] Added installation instructions --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 8115826..070d4a5 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,12 @@ XSEA is a utility for generating Node.js Single Executable Applications (SEAs) cross-platform. At the moment, there is only a CLI, not an API. +### Installation + +```sh +npm install --global xsea +``` + ## CLI Here is the output of `xsea --help`: