About

Just Another Make (jam) - a program construction tool; a make(1) replacement that makes building simple things simple and building complicated things manageable.
  • 1
    Member
  • 9
    Followers
  • 1
    Branch
Helix Syncs:
  • 0
    Yesterday
  • 0
    Last Week
  • 0
    Last 30 Days
Owners
perforce_software
Members
perforce_software
Followers
AntsJiChengjparroyo
nljelfs
noahfpbennett
C. Thomas Tyler
Branches
  • main
  • Path:
    //guest/perforce_software/jam/...

Readme

To add a readme file:

(These commands require the latest Helix command line client and server installed locally, both available for free on the Perforce Helix downloads page).
Clone the project: p4 -d perforce_software-jam clone -p public.perforce.com:1666 -f //guest/perforce_software/jam/...

Change to the project directory: cd perforce_software-jam

Create a readme file: echo "My first readme" > README.md

Reconcile your workspace: p4 reconcile

Submit the changes: p4 submit -d "adding readme file"

Push changes to the Workshop: p4 push