From dfb3f38405774e054c6abc88d129ed961166254d Mon Sep 17 00:00:00 2001 From: Hexagon Date: Mon, 1 Apr 2024 21:37:43 +0200 Subject: [PATCH] Update docs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a1c5d5e..d3d1ea7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # @cross/service Service is a JavaScript/TypeScript module for managing system services. It offers a convenient way to install, uninstall, and generate service configurations for various service managers. It can be -used as either a command line tool, or a typescript library for direct integration in other programs. +used as either a command line tool, or a typescript library for direct integration in other Node/Deno/Bun programs. Part of the @cross suite - check out our growing collection of cross-runtime tools at [github.com/cross-org](https://github.com/cross-org). @@ -12,6 +12,7 @@ Part of the @cross suite - check out our growing collection of cross-runtime too - Install, uninstall, and generate service configurations - Compatible with systemd, sysvinit, docker-init, upstart (Linux), launchd (macOS) and SCM (Windows) service managers - Installs any script as service on any system. +- Cross-Runtime and Cross-Platform. ## Installation @@ -68,6 +69,8 @@ Note: To use the service library programmatically, you can import and use the `installService`, `generateConfig` and `uninstallService` functions. +Install for your runtime according to the instructions at [https://jsr.io/@cross/service]. + ### InstallServiceOptions This is the interface for the options used by the `installService` function: