diff --git a/doc/setup.md b/doc/setup.md index 26addee7..109a3c07 100644 --- a/doc/setup.md +++ b/doc/setup.md @@ -69,7 +69,7 @@ Inspect both of them, and if they look correct, proceed with building and instal > [!TIP] > You may edit the configuration file (`build-iguana.ini`, by default) to -> change any settings, and re-build `iguana` with `./install-iguana.sh`. +> change any settings, and rebuild `iguana` with `./install-iguana.sh`. > - this procedure is preferred if you just want to change some settings > - re-running `configure.py` will _overwrite_ your configuration file @@ -79,6 +79,7 @@ Inspect both of them, and if they look correct, proceed with building and instal > ```bash > meson setup --wipe build-iguana > ``` +> Then try to rebuild ### Using Meson Directly diff --git a/doc/troubleshooting.md b/doc/troubleshooting.md index dd8469bd..541f9695 100644 --- a/doc/troubleshooting.md +++ b/doc/troubleshooting.md @@ -20,6 +20,6 @@ Try enabling debugging symbols, either by: - set built-in option `buildtype` to `'debug'` in your build-configuration `.ini` file (or in your `meson` command) - use `--debug` when running `configure.py` -Then re-build `iguana`. +Then rebuild `iguana`. -Remember to revert this change and re-build, so that `iguana` runs with full optimization when you are processing large data sets (`buildtype = 'release'`). +Remember to revert this change and rebuild, so that `iguana` runs with full optimization when you are processing large data sets (`buildtype = 'release'`).