Changes between Version 5 and Version 6 of howto/SyncingWithGit


Ignore:
Timestamp:
Jan 18, 2023, 12:47:49 PM (16 months ago)
Author:
beatrupp (Beat Rupp)
Comment:

Fix chown command to point to proper directory

Legend:

Unmodified
Added
Removed
Modified
  • howto/SyncingWithGit

    v5 v6  
    4040cd /opt/local/var/macports/sources
    4141sudo mkdir -p github.com/macports/macports-ports/
    42 sudo chown -R ${USER}:admin github.com
     42sudo chown -R ${USER}:admin github.com/macports/macports-ports/
    4343git clone https://github.com/macports/macports-ports.git github.com/macports/macports-ports/
    4444}}}