From 6b9c517daf5da92922c62ec1fbfa2fe196b12bc5 Mon Sep 17 00:00:00 2001 From: stonedDiscord Date: Sun, 15 Sep 2024 21:09:00 +0200 Subject: minor spelling mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index e30676d..6cd303b 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: -- cgit From 81d08368cdd46692c62fb267ce061f9a0aa41325 Mon Sep 17 00:00:00 2001 From: David Skoland Date: Thu, 19 Sep 2024 22:20:58 -0700 Subject: Adjust readme --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'README.md') 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: - 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` -- cgit