Skip to content

Commit da290c6

Browse files
committed
Merge branch 'main' of https://github.com/evolutionleo/Warp
2 parents d6d0431 + 3dce019 commit da290c6

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -18,20 +18,21 @@
1818
- [Pong Example](https://github.com/evolutionleo/GMOF-pong-example) (uses v3.0)
1919

2020
# Installing
21-
## \[New!\] Client + Server
21+
## Client + Server (recommended)
2222
- You need to have [NodeJS](https://nodejs.org/en/) and [npm](https://npmjs.org) installed
2323
- Install the package with `npm i -g @evoleo/create-warp-app`
2424
- Run `npx create-warp-app`
2525
- Select the client and server templates
2626
- Done! The script will automatically bootstrap a new project from the [latest release](https://github.com/evolutionleo/Warp/releases/latest)
2727

28-
## Client-side
28+
## Client and Server separately
29+
### Client-side
2930
- Install .yymps from the [latest release](https://github.com/evolutionleo/Warp/releases/latest)
3031
- Import it to your project using GameMaker's Local Package system *(you can also choose to include the Demo)*
3132
OR
32-
- Install EmptyClient.zip and unzip it
33+
- Install GMClient.zip and unzip it
3334

34-
## Server-side
35+
### Server-side
3536
- Install [NodeJS](https://nodejs.org/en/) (along with npm)
3637
- Install [VS Code](https://code.visualstudio.com/) (or use any other code editor of your choice)
3738
- (TypeScript) Install the [Typescript compiler](https://www.typescriptlang.org/) with `npm i -g typescript`

0 commit comments

Comments
 (0)