summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/gf-developers.t2t6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gf-developers.t2t b/doc/gf-developers.t2t
index 1ca17c308..b525e0a4b 100644
--- a/doc/gf-developers.t2t
+++ b/doc/gf-developers.t2t
@@ -450,9 +450,9 @@ To install the C run-time system, go to the ``src/runtime/c`` directory
%and follow the instructions in the ``INSTALL`` file.
and use the ``install.sh`` script:
```
-bash install.sh configure
-bash install.sh build
-bash install.sh install
+bash setup.sh configure
+bash setup.sh build
+bash setup.sh install
```
This will install
the C header files and libraries need to write C programs that use PGF grammars.