diff --git a/README.md b/README.md index e4b0e34cd..94c04bcd8 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,9 @@ This project is a _fork_ of the [original QuickJS project] by Fabrice Bellard an ## Getting started Head over to the [project website] for instructions on how to get started and more -documentation. +documentation. + +Get the [latest releases]. ## Authors @@ -22,3 +24,4 @@ documentation. [@saghul]: https://github.com/saghul [contributors]: https://github.com/quickjs-ng/quickjs/graphs/contributors [project website]: https://quickjs-ng.github.io/quickjs/ +[latest releases]: https://quickjs-ng.github.io/quickjs/installation.md#latest-releases diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 5df467c23..1532f184b 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -32,3 +32,22 @@ npm install jsvu -g ``` [release on GitHub]: https://github.com/quickjs-ng/quickjs/releases + +## Latest releases + +- [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`