Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,26 @@ This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard an
Head over to the [project website] for instructions on how to get started and more
documentation.

## Download

We don't do canary releases. If you want to download the latest release, GH doesn't make it very obvious, but here is how:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd rather see this here: https://github.com/quickjs-ng/quickjs/blob/master/docs/docs/installation.md and a link to it in the README.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The idea is to make getting the latest QuickJS NG conspicuous. Without having to navigate away from the README to get instructions about how to do that.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't want to have duplicated information. It's just one click away.

- [qjs-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-darwin`
- [qjs-linux-aarch64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-aarch64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-aarch64`
- [qjs-linux-riscv64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-riscv64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-riscv64`
- [qjs-linux-x86](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86`
- [qjs-linux-x86_64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86_64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-linux-x86_64`
- [qjs-wasi.wasm](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-wasi.wasm) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-wasi.wasm`
- [qjs-windows-x86.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86.exe`
- [qjs-windows-x86_64.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86_64.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjs-windows-x86_64.exe`
- [qjsc-darwin](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-darwin`
- [qjsc-linux-aarch64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-aarch64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-aarch64`
- [qjsc-linux-riscv64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-riscv64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-riscv64`
- [qjsc-linux-x86](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86`
- [qjsc-linux-x86_64](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86_64) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-linux-x86_64`
- [qjsc-windows-x86.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86.exe`
- [qjsc-windows-x86_64.exe](https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86_64.exe) `https://github.com/quickjs-ng/quickjs/releases/latest/download/qjsc-windows-x86_64.exe`
- [quickjs-amalgam.zip](https://github.com/quickjs-ng/quickjs/releases/latest/download/quickjs-amalgam.zip) `https://github.com/quickjs-ng/quickjs/releases/latest/download/quickjs-amalgam.zip`

## Authors

[@bnoordhuis], [@saghul], and many more [contributors].
Expand Down