aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Skoland <davidskoland@gmail.com>2024-09-19 22:20:58 -0700
committerDavid Skoland <davidskoland@gmail.com>2024-09-19 22:20:58 -0700
commit81d08368cdd46692c62fb267ce061f9a0aa41325 (patch)
treefe681cd27b522d2156e2f82c866d09bc26e8c9c1 /README.md
parent6c6d1c0f9ddccfbffe5c91847ecfca5c44473a46 (diff)
Adjust readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index 6cd303b..a98aa5a 100644
--- a/README.md
+++ b/README.md
@@ -10,15 +10,9 @@ Link to the client in this repo: <http://web.aceattorneyonline.com/>
- 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 <VERSION NUMBER>`
-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`