aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/flex-inst.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/flex-inst.sgml')
-rw-r--r--chapter06/flex-inst.sgml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/flex-inst.sgml b/chapter06/flex-inst.sgml
index 4daaa3794..f93f42bcb 100644
--- a/chapter06/flex-inst.sgml
+++ b/chapter06/flex-inst.sgml
@@ -9,7 +9,9 @@ Install Flex by running the following commands:
<userinput>./configure --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
- <userinput>make install</userinput>
+ <userinput>make install &amp;&amp;</userinput>
+ <userinput>cd /usr/bin &amp;&amp;</userinput>
+ <userinput>ln -s flex lex</userinput>
</literallayout></blockquote>