Skip to content

Commit

Permalink
Updating docs
Browse files Browse the repository at this point in the history
  • Loading branch information
code-ape committed Mar 5, 2025
1 parent 0d82d24 commit 7a2fb71
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# Nexe Builds

> Current version `0.3.0`. Current remote URL: `https://github.com/urbdyn/nexe_builds/releases/download/0.3.0/`
> Current version `0.4.0`. Current remote URL: `https://github.com/urbdyn/nexe_builds/releases/download/0.4.0/`
[Nexe] is a fantastic tool for turning Node.js applications into single binaries.
This repository provides automation to pre-build and distribute the node binaries, so you don't have to!


## How to Use

To use the pre-built binaries with nexe just add `--remote https://github.com/urbdyn/nexe_builds/releases/download/0.3.0/`
To use the pre-built binaries with nexe just add `--remote https://github.com/urbdyn/nexe_builds/releases/download/0.4.0/`

Script example:

```bash
# Install Nexe
npm install nexe
# Save remote URL as variable
NEXE_REMOTE="https://github.com/urbdyn/nexe_builds/releases/download/0.3.0/"
NEXE_REMOTE="https://github.com/urbdyn/nexe_builds/releases/download/0.4.0/"
# Do nexe build
npx nexe ./myScript.js --remote "$NEXE_REMOTE"
```
Expand Down
11 changes: 11 additions & 0 deletions RELEASE_LOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# urbdyn/nexe_builds release log

## 0.4.0

* Created on: 2025-03-04
* Nexe version: 4.0.0-rc.6
* Set Linux build to run in version pinned `ghcr.io/urbdyn/rockylinux9-builder` container which has preinstalled build tooling packages.
* Set Linux build to use Node.js version as defined in `.nvmrc` file.
* Build matrix:
* OS: `linux`, `macos`, `windows`
* Node Version: `18.20.7`, `20.18.3`
* Added `20.18.3` on 2025-03-05.

## 0.3.0

* Created on: 2023-02-09
Expand Down

0 comments on commit 7a2fb71

Please sign in to comment.