aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2021-07-10 17:09:32 +0100
committerRichard <q@1bpm.net>2021-07-10 17:09:32 +0100
commitd1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb (patch)
treedfedafdb9ff69e2621c83612506df321d1b18cde
parent6fc410cbb8e1a46f9a41ec47cc1993051878fd44 (diff)
downloadcsound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.tar.gz
csound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.tar.bz2
csound-festival-d1970a13fa092b4ddb5dcaa3dd2d3c7d9108c1cb.zip
corrected readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26599f1..6c283bd 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ The opcode has only been tested on Linux as of writing.
## Building
-Create a build directory at the top of the source tree, execute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting libnstrexists module can be used with the *--opcode-lib* flag in Csound. eg:
+Create a build directory at the top of the source tree, execute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting module can be used with the *--opcode-lib* flag in Csound. eg:
cd csound-festival
mkdir build && cd build