summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEmiel Molenaar <emiel.molenaar@gmail.com>2016-02-23 12:38:33 +0100
committerEmiel Molenaar <emiel.molenaar@gmail.com>2016-02-23 12:38:33 +0100
commit716b3b18e2d04e8ed087b0cb89e6f0942f1f8403 (patch)
tree2f4e286bad20ded45a85e843329c63f7309641c3
parenta03ea39d284c5ca4c9398029e98ea82d0b146f87 (diff)
downloadphp-terminal-gameboy-emulator-716b3b18e2d04e8ed087b0cb89e6f0942f1f8403.zip
php-terminal-gameboy-emulator-716b3b18e2d04e8ed087b0cb89e6f0942f1f8403.tar.gz
php-terminal-gameboy-emulator-716b3b18e2d04e8ed087b0cb89e6f0942f1f8403.tar.bz2
Adds -o option to composer install, resulting in faster autoloading.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f3be4af..e270aa0 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ You will need a good terminal! Tested on MacOSX and Linux. Sorry Windows guys :-
## Running
```bash
-$ composer install
+$ composer install -o
$ php boot.php drmario.rom
$ php boot.php pokemon.rom
```