Skip to content

Commit 4e75bce

Browse files
committed
INSTALL: use C< > markup for commands and their arguments
1 parent 09d25ac commit 4e75bce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ Each of these is explained in further detail below.
3333
The above commands will install Perl to F</usr/local> (or some other
3434
platform-specific directory -- see the appropriate file in F<hints/>.)
3535
If that's not okay with you, you can run Configure interactively, by
36-
just typing "sh Configure" (without the -de args). You can also specify
37-
any prefix location by adding C<"-Dprefix='/some/dir'"> to Configure's args.
36+
just typing C<sh Configure> (without the C<-de> argument). You can also specify
37+
any prefix location by adding C<-Dprefix='/some/dir'> to Configure's arguments.
3838
To explicitly name the perl binary, use the command
39-
"make install PERLNAME=myperl".
39+
C<make install PERLNAME=myperl>.
4040

4141
Building perl from source requires an ANSI compliant C compiler.
4242
C89 with a minimal subset of C99 features is required. Some other

0 commit comments

Comments
 (0)