Skip to content

Commit

Permalink
fix the sync command
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrehault committed Mar 6, 2024
1 parent 3534747 commit 610adf9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
2 changes: 2 additions & 0 deletions server/src/start-file-system-server.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env node

import { program } from 'commander';
import os from 'os';
import { initFileSystemServer } from '.';
Expand Down

0 comments on commit 610adf9

Please sign in to comment.