Skip to content

Commit

Permalink
Remove mentioning of build directory in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jzhou77 authored and xis19 committed Jul 19, 2023
1 parent 1a57267 commit 90c74a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Once you have your dependencies, you can run cmake and then build:

1. Check out this repository.
1. Create a build directory (you can have the build directory anywhere you
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)
like).
1. `cd <PATH_TO_BUILD_DIRECTORY>`
1. `cmake -G Ninja <PATH_TO_FOUNDATIONDB_DIRECTORY>`
1. `ninja # If this crashes it probably ran out of memory. Try ninja -j1`
Expand Down

0 comments on commit 90c74a6

Please sign in to comment.