aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorThomas B. Preußer <thomas.preusser@utexas.edu>2016-11-19 08:58:53 +0100
committerGitHub <noreply@github.com>2016-11-19 08:58:53 +0100
commitae6c76a5bb5810cd6ee5a47b7a3cfb83a07baac6 (patch)
tree1e6b61eab58a5d2394814c0a60ee7d5981371d09 /README.md
parentd718ca75e277165edbaab6b971044cfcb3587abb (diff)
downloadghdl-ae6c76a5bb5810cd6ee5a47b7a3cfb83a07baac6.tar.gz
ghdl-ae6c76a5bb5810cd6ee5a47b7a3cfb83a07baac6.tar.bz2
ghdl-ae6c76a5bb5810cd6ee5a47b7a3cfb83a07baac6.zip
Corrected named location of ./configure.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26ec0980c..0c1f17ec3 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ compiler and GNAT GPL is very easy to install (download anonymously from
libre.adacore.com, untar and run the doinstall script). You also need
zlib (for Debian or Ubuntu: install zlib1g-dev package).
-In the GHDL source directory, configure and build:
+In the GHDL base directory, configure and build:
```sh
$ ./configure --prefix=/usr/local
$ make