diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-19 02:45:10 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2014-09-19 02:45:10 +0000 |
commit | b7c51451a4f2a1dd5b3c997a0152756ec4ed4068 (patch) | |
tree | b5785fcd4f9898512c3b5e9a9ae371b3e9b3e589 /doc/upgrade.html | |
parent | 48c72168331c3bc57a01243822b6b3c82e60e886 (diff) | |
download | execline-b7c51451a4f2a1dd5b3c997a0152756ec4ed4068.tar.xz |
typo fix
Diffstat (limited to 'doc/upgrade.html')
-rw-r--r-- | doc/upgrade.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 9cd795b..a26bba5 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,7 +20,7 @@ <ul> <li> The build system has completely changed. It is now a standard -<tt>./configure && make & & sudo make install</tt> +<tt>./configure && make && sudo make install</tt> build system. See the enclosed INSTALL file for details. </li> <li> slashpackage is not activated by default. </li> <li> shared libraries are neither built nor used by default. </li> |