Ticket #1110: patch

File patch, 1.2 KB (added by wbb4@…, 20 years ago)

Patch to README

  • README

    RCS file: /Volumes/src/cvs/od/proj/darwinports/README,v
    retrieving revision 1.29
    diff -u -r1.29 README
     
    7575USING THE PORT COMMAND
    7676
    7777    If you haven't already, add /opt/local/bin to your path (or $PREFIX/bin
    78 if you've elected to install DarwinPorts somewhere else). If you're
    79 unsure how, add the following line to your ~/.cshrc file.
     78if you've elected to install DarwinPorts somewhere else).
     79
     80        If you're unsure how, and using Jaguar (OS X 10.2), add the following
     81line to your ~/.cshrc file.  (This also applies if you're using tcsh in
     82Panther.)
    8083
    8184        set path=($path /opt/local/bin)
     85       
     86        If you're using Panther (OS X 10.3), add the following line to your
     87~/.profile file.  (This also applies if you're using a bourne shell in
     88Jaguar.)
     89       
     90        export PATH=$PATH:/opt/local/.bin
    8291
    83     Your changes to ~/.cshrc will not take effect until you have opened
    84 a new shell.
     92    Your changes will not take effect until you have opened a new shell.
    8593
    8694    The following command will build and install a port:
    8795