Skip to content
This repository was archived by the owner on Feb 5, 2023. It is now read-only.

Updating git clone and cd-to-install paths to match current structure #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is a project setup to use BabylonJS 4.x with Colyseus 0.14.x.
Check out this repository.

```
git clone https://github.com/endel/babylonjs-multiplayer-boilerplate.git
git clone https://github.com/endel/colyseus-babylonjs-boilerplate.git
```

Inside this repository, there's two separate applications. The client (babylonjs + colyseus client) and the server (nodejs + colyseus server).
Expand All @@ -41,7 +41,7 @@ To be able to build the client application, you'll need to enter in the folder,
and install its dependencies first.

```
cd babylonjs-multiplayer-boilerplate/client
cd colyseus-babylonjs-boilerplate/client
npm install
```

Expand All @@ -59,7 +59,7 @@ It will spawn the `webpack-dev-server`, listening on [http://localhost:8080](htt
For the server, the steps are exactly the same. Install the dependencies:

```
cd babylonjs-multiplayer-boilerplate/server
cd colyseus-babylonjs-boilerplate/server
npm install
```

Expand Down