diff --git a/README.md b/README.md index 646bd772..ad55aaed 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ If you upgrade and are having trouble launching the application, you can `rm -rf ## Requirements -Srcbook requires node v22+. We highly recommend using [nvm](https://github.com/nvm-sh/nvm) to manage local node versions. +Srcbook requires node v20+. We highly recommend using [nvm](https://github.com/nvm-sh/nvm) to manage local node versions. ## Install diff --git a/srcbook/README.md b/srcbook/README.md index d2139a3d..ef900b77 100644 --- a/srcbook/README.md +++ b/srcbook/README.md @@ -37,3 +37,7 @@ npm uninstall -g srcbook # Clear up srcbook files on disk rm -rf ~/.srcbook/ ``` + +## Requirements + +Srcbook requires node v20+. We highly recommend using [nvm](https://github.com/nvm-sh/nvm) to manage local node versions.