diff --git a/README.md b/README.md index 8b71f3ee00..e42dfccd63 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Once you have your dependencies, you can run cmake and then build: like). There is currently a directory in the source tree called build, but you should not use it. See [#3098](https://github.com/apple/foundationdb/issues/3098) 1. `cd ` 1. `cmake -G Ninja ` -1. `ninja` +1. `ninja # If this crashes it probably ran out of memory. Try ninja -j1` ### Language Bindings