Skip to content

Commit 17e7409

Browse files
committed
update how to run the sdk test server
1 parent d16d2c5 commit 17e7409

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
In order to start a test server for this project, do the following:
2424

2525
```
26-
git clone https://github.com/colyseus/colyseus.git
27-
cd colyseus
28-
pnpm install
29-
pnpm run sdk-test-server
26+
git clone https://github.com/colyseus/sdks-test-server
27+
cd sdks-test-server
28+
npm install
29+
npm start
3030
```
3131

3232
## Test suite

0 commit comments

Comments
 (0)