From 27db1570696adc3748706002953ffabfb329a898 Mon Sep 17 00:00:00 2001 From: jcfrog Date: Thu, 19 Mar 2020 14:07:42 +0100 Subject: [PATCH] Update README.md fixed a compilation command parameter --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d9527a..0bc1ac6 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Building Notes: - using `gulp build watch` instead of `gulp build` makes *gulp* start watching files after the build. Whenever a file is changed, a build is automatically generated - you can use `--no-default-games` to prevent including the game modules from directory, and `--modules ` to specify additional game modules to include. For instance, `gulp --no-default-games --modules src/games/chessbase:src/games/checkers build` will only generate distribution for Chess and checkers games -- you can specify the games to be built in the distribution with the `--games` option. For instance, `gulp --no-default-games --modules src/games --games xiangqi:classic-chess build` only generates Jocly for Classic Chess and XiangQi +- you can specify the games to be built in the distribution with the `--games` option. For instance, `gulp --no-default-games --modules src/games/chessbase --games xiangqi:classic-chess build` only generates Jocly for Classic Chess and XiangQi - using the `no-obsolete` option filters out the games marked as obsolete API Documentation