1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-06-28 05:25:11 +00:00

Attempt to fix build.js

This commit is contained in:
2023-06-30 20:09:36 +02:00
parent 1ecfa0ab20
commit 84f1b85356
4 changed files with 43 additions and 19 deletions

View File

@ -23,7 +23,7 @@ If you use a Linux-based OS, please continue reading.
Rolens is free and open-source software, which means that you can compile it from source on your own machine by cloning [the repository](https://github.com/garraflavatra/rolens).
If you have Node.js installed, just download the source from GitHub, and run `./build.js`. The install script will check that dependencies are present and build Rolens for you. If you want to build it yourself, please continue reading.
If you have Node.js installed, just download the source from GitHub, and run `node ./build.js`. The install script will check that dependencies are present and build Rolens for you. If you want to build it yourself, please continue reading.
## Advanced build