Skip to content

Commit

Permalink
docs: update README.md (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltociear authored Nov 1, 2024
1 parent 9bfb918 commit 074037f
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 @@ -93,7 +93,7 @@ cmake --build . --target install
There are optional flags `-DSDL_SUPPORT=ON/OFF` to toggle SDL support (i.e., `display_screen` and `sound` support; `OFF` by default), `-DBUILD_CPP_LIB=ON/OFF` to build
the `ale-lib` C++ target (`ON` by default), and `-DBUILD_PYTHON_LIB=ON/OFF` to build the pybind11 wrapper (`ON` by default).

Finally, you can link agaisnt the ALE in your own CMake project as follows
Finally, you can link against the ALE in your own CMake project as follows

```cmake
find_package(ale REQUIRED)
Expand Down

0 comments on commit 074037f

Please sign in to comment.