Skip to content

Commit

Permalink
Update local.md (#492)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikesGlitch authored Nov 21, 2024
1 parent 7e645fc commit b664742
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/install/local.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Actual server is used for syncing changes across devices. It comes with the late
## Prerequisites

- The Actual server requires Node.js v18 or greater. You can download and install the latest version of Node.js from [Node.js website](https://nodejs.org/en/download) (we recommend downloading the “LTS” version).
- If you're on Windows, during installation of Node.js, be sure to select _Automatically install the necessary tools_ from the _Tools for Native Modules_ page. This is required to build better-sqlite3. If you missed this when you installed Node.js, double-click ```C:\Program Files\nodejs\install_tools.bat``` from the File Explorer or run it in a terminal.
- Consider using a tool like [nvm](https://github.com/nvm-sh/nvm) or [asdf](https://asdf-vm.com) to install and manage multiple versions of Node.js.
- You’ll also need to have Git installed. The Git website has [instructions for downloading and working with Git for all supported operating systems](https://git-scm.com/download).
- Actual uses yarn packages. You can install [yarn](https://yarnpkg.com/getting-started/install) using the following command:
Expand Down

0 comments on commit b664742

Please sign in to comment.