Skip to content

Commit ebf15d2

Browse files
committed
Install instructions
1 parent 717c5da commit ebf15d2

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@ Culling
2121

2222
This is a **Work in Progress** but it runs.
2323

24+
## Installation
25+
26+
* Make sure you install the latest "master" version of [PHP-GLFW](https://github.com/mario-deluna/php-glfw)
27+
* Run `composer install` to install the dependencies
28+
2429
## Usage
2530

2631
After the installation open the projects directory with a command line and run:
2732

2833
```
29-
./bin/play
34+
php ./bin/play
3035
```
3136

3237

0 commit comments

Comments
 (0)