Skip to content

Commit 215cab7

Browse files
authored
Update README.md
One little formatting fix to main README
1 parent e7118a2 commit 215cab7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Note that during the cmake configure step (first of two `cmake` commands above),
3434
* `USE_FILESYSTEMLIB`: ue C++17 <filesystem> instead of Boost (default `-DUSE_FILESYSTEMLIB=0`)
3535
* `DISRUPTOR_FETCH`: allow CMake to download Disruptor if not found (default `-DDISRUPTOR_FETCH=1`)
3636
* `CODA_INSTALL`: installs in this base directory. If not used,
37-
then the env variable $CODA location is next checked. Otherwise defaults to \${CMAKE_HOST_SYSTEM_NAME}-\${CMAKE_HOST_SYSTEM_PROCESSOR}, typically something like `[evio_directory]/Linux-x86_64`.
37+
then the env variable `$CODA` location is next checked. Otherwise defaults to \${CMAKE_HOST_SYSTEM_NAME}-\${CMAKE_HOST_SYSTEM_PROCESSOR}, typically something like `[evio_directory]/Linux-x86_64`.
3838

3939
One can still also use `scons` instead of cmake to build the evio C/C++ library, though this feature
4040
will not be supported in future releases.

0 commit comments

Comments
 (0)