mirror of
https://github.com/chuot/rdio-scanner.git
synced 2026-08-13 16:33:01 -06:00
Clearer information on prerequisites
This commit is contained in:
parent
36b1a1c9a6
commit
14c65e369f
12
README.md
12
README.md
|
|
@ -93,13 +93,13 @@ It is fairly easy to have *Rdio Scanner* up and running.
|
||||||
|
|
||||||
Ensure that your operating system is **fully updated** and that the prerequisites are met or installed:
|
Ensure that your operating system is **fully updated** and that the prerequisites are met or installed:
|
||||||
|
|
||||||
* Minimum of **2 GB** of system memory
|
* [Curl](https://git-scm.com/downloads)
|
||||||
* [Git v2.23.0 or higher](https://git-scm.com/downloads)
|
* [Git](https://git-scm.com/downloads)
|
||||||
* [SQLite v3.30.0 or higher](https://www.sqlite.org/download.html)
|
* [SQLite 3](https://www.sqlite.org/download.html)
|
||||||
* [Node.js v10.9.0 or higher](https://nodejs.org/en/download/) (get it [here](https://github.com/nodesource/distributions) if your distro doesn't have the required package)
|
* [Node.js v12.X or higher](https://nodejs.org/en/download/) (get it [here](https://github.com/nodesource/distributions) if your distro doesn't have the required package)
|
||||||
* [npm v6.2.0 or higher](https://www.npmjs.com/get-npm)
|
* [npm](https://www.npmjs.com/get-npm)
|
||||||
|
|
||||||
Note that it may be possible to run *Rdio Scanner* on a system with less than 2 Gb of memory. However, the client portion will most probably fail to build when you first start *Rdio Scanner*. Try it at your own risk.
|
> The Angular application will most likely fail to transpile if the host has less than 2 GB of RAM available.
|
||||||
|
|
||||||
Then clone the *Rdio Scanner* code and run it:
|
Then clone the *Rdio Scanner* code and run it:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue