Skip to content

Commit

Permalink
Readme update for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
pulento committed Oct 20, 2024
1 parent b77a97b commit 2ed2a81
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,14 @@ Run:
npm start
```

Package:
# Package for all supported OS/architectures:

```
npm install -g pkg
````

For ARM64 Mac:

```
pkg . -t "node*-macos-arm64"
````

For x64 Mac:

```
pkg . -t "node*-macos-x64"
````

For x64 Windows:

```
pkg . -t "node*-win-x64"
````

For x64 Linux:

```
pkg . -t "node*-linux-x64"
pkg .
````

# Run with a Process Manager
Expand Down

0 comments on commit 2ed2a81

Please sign in to comment.