aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard <q@1bpm.net>2021-03-16 02:07:34 +0000
committerRichard <q@1bpm.net>2021-03-16 02:07:34 +0000
commitf76c8bddc1d9a7309db75ea60ca71f98b40685ab (patch)
tree6430e1998a4d493c690e3e666a3bb271f862876f
parent6e52c02e111a6ce5aa4af216736017dd6fc640e0 (diff)
downloadcsound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.tar.gz
csound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.tar.bz2
csound-xtract-f76c8bddc1d9a7309db75ea60ca71f98b40685ab.zip
update readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4261d43..aab5688 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,7 @@ Tested on Linux and Windows 7 with MSYS as of March 2021.
## Installation
-Create a build directory at the top of the source tree, excute *cmake ..*, *make* and optionally *make install* as root. If the latter is not used/possible then the resulting libcsxtract library can be used with the *--opcode-lib* flag in Csound.
+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 libcsxtract library can be used with the *--opcode-lib* flag in Csound.
eg:
mkdir build && cd build