Install P4 CLI (Linux and macOS)
-
Change into the download directory.
cd /usr/local/bin
-
Download the executable file from P4 Download. Ensure that the Family is set to your operating system.
-
Make the client binary executable.
-
Linux:
chmod +x p4 -
macOS:
chmod 755 p4
-