diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-09 23:40:05 +0100 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2020-03-09 23:40:05 +0100 |
commit | e030590d641dc6c65266315bea1080a7d4b44a8d (patch) | |
tree | 4cbf94e9b669ee718020d4681a7acb7382add494 | |
parent | a934a5465e78796ea7e04f08db4147b35b5f5f79 (diff) | |
download | midipix_build-e030590d641dc6c65266315bea1080a7d4b44a8d.tar.bz2 midipix_build-e030590d641dc6c65266315bea1080a7d4b44a8d.tar.xz |
etc/README.md: updated.
-rw-r--r-- | etc/README.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/etc/README.md b/etc/README.md index 2c34bc7f..e0418e65 100644 --- a/etc/README.md +++ b/etc/README.md @@ -118,7 +118,10 @@ On successful completion of the build, a ZIP archive containing the Midipix distribution will be created inside ``${PREFIX}`` (see section [4](#4-build-variables).)
Extract its contents on the target machine, run ``bash.bat``, and then
``/install.sh`` inside the resulting self-contained Midipix installation shell
-window.
+window.
+
+N.B. The pathname of the target directory containing ``bash.bat`` and all other
+distribution files must not contain whitespaces.
[Back to top](#table-of-contents)
|