diff --git a/server/README.md b/server/README.md index 5358955..aea12f8 100644 --- a/server/README.md +++ b/server/README.md @@ -7,6 +7,6 @@ The Nuclia Sync Agent server is NodeJS application that runs on your server and To install and run the Nuclia Sync Agent server, run the following commands: ```bash -npm install -g nuclia-sync-agent-server -nuclia-sync-agent-server +npm install -g @nuclia/sync-agent +nuclia-sync-agent ``` diff --git a/server/src/start-file-system-server.ts b/server/src/start-file-system-server.ts index 86843a6..a13a2ce 100644 --- a/server/src/start-file-system-server.ts +++ b/server/src/start-file-system-server.ts @@ -1,3 +1,5 @@ +#!/usr/bin/env node + import { program } from 'commander'; import os from 'os'; import { initFileSystemServer } from '.';