aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
committerstonedDiscord <Tukz@gmx.de>2024-10-17 18:31:50 +0200
commit9d598e8ce14ef5c8ca5b8e1355caeebe5845d4eb (patch)
tree6a4284ae42731d5dbf498cdc1ffb1969c93fa40a /README.md
parent75fd8fc2fd8375e20a696a1c18bda37e0d517adf (diff)
parentbbf9099167334abf4fcbd76b4cfa2ff18600c3ce (diff)
Merge branch 'master' of https://github.com/AttorneyOnline/webAO
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index e30676d..a98aa5a 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
# webAO
This is a client for the Attorney Online roleplaying chatroom written in HTML and JavaScript.
-It works with the any AO server if it has WebSocket support.
+It works with any AO server if it has WebSocket support.
Link to the client in this repo: <http://web.aceattorneyonline.com/>
@@ -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`