From 1be2c4ef0746dc9164a357f9f98ce232bc0cd9ac Mon Sep 17 00:00:00 2001 From: Jonatan Nilsson Date: Mon, 10 Jan 2022 08:49:01 +0000 Subject: [PATCH] Update Readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f6ec887..5699677 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # service-core Service-Core is a project to faciliate running a node application in (semi-)production environment on a windows machine. Using Windows Services, Service-Core will register itself and autostart on startup and make sure the application is running. In addition it will take care of maintaining the application including auto updating it seamlessly. +Notice, linux support is coming soon. + # The Core The core provides methods for updating applications as well as taking care of restarting and installing and everything needed to have a pleasent experience running a node application in Windows. It auto checks github for new releases based on the repository specified in `config.json`.