diff --git a/README.md b/README.md
index efd01e6..24e6372 100644
--- a/README.md
+++ b/README.md
@@ -31,8 +31,6 @@ This repository is organized with the following directories:
Unit tests for the BMI-ed model
example
Examples of controlling the model through its BMI
- scripts
- Helper scripts
## Build/Install
@@ -113,11 +111,10 @@ run the following in a [Developer Command Prompt](https://docs.microsoft.com/en-
-DCMAKE_BUILD_TYPE=Release
where `` is the base directory
-in which the Fortran BMI bindings have been installed
-(`"C:\Program Files (x86)"` is the default;
-note that quotes and an absolute path are needed).
-When installing into a conda environment,
-use the `%CONDA_PREFIX%` environment variable.
+in which the Fortran BMI bindings have been installed.
+The default is `"C:\Program Files (x86)"`.
+Note that quotes and an absolute path are needed.
+When using a conda environment, use `"%CONDA_PREFIX%\Library"`.
Then, to build and install: