diff --git a/README.md b/README.md
index 6cd303b7..a98aa5a0 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,9 @@ Link to the client in this repo:
- Install [Node JS](https://nodejs.org/en/)
- Install nvm | [Windows](https://github.com/coreybutler/nvm-windows) , [Linux](https://github.com/nvm-sh/nvm)
-## Running Locally on Windows
+## Running Locally
-1. Look at the file version in `.nvmrc` and run `nvm use `
-2. `npm install`
-3. `npm run start`
-
-## Running Locally on Linux
-
-1. `npm use`
+1. `nvm install && nvm use`
2. `npm install`
3. `npm run start`