Skip to content

Commit

Permalink
Update chen to fix java native image
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 14, 2024
1 parent c185cda commit 7fd7eec
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,18 @@ npm install -g @cyclonedx/cdxgen --omit=optional

## atom native-image

atom v2 is available as a Java native image built using graalvm community edition. The following languages are tested and known to be working.

- C/C++/H
- PHP
- JavaScript/TypeScript
- Python
atom v2 is available as a native image built using graalvm community edition.

```shell
curl -LO https://github.com/AppThreat/atom/releases/download/v2.0.4/atom-amd64
curl -LO https://github.com/AppThreat/atom/releases/download/v2.0.5/atom-amd64
chmod +x atom-amd64
./atom-amd64 --help
```

On Windows

```pwsh
curl -LO https://github.com/AppThreat/atom/releases/download/v2.0.4/atom.exe
curl -LO https://github.com/AppThreat/atom/releases/download/v2.0.5/atom.exe
.\atom.exe --help
```

Expand Down

0 comments on commit 7fd7eec

Please sign in to comment.