For this step:
terminal, hit Enter.
Everything in this guide happens here — you type, it runs.
git, heroku, and claude are all CLIs.
Salesforce also has a CLI for developer workflows, but this lab connects Org62 through MCP.
claudecurl ... | bash (Mac) · irm ... | iex (Windows)|) that download a script from the web and run it in one shot, without saving it first.
curl fetches the file and bash runs it.
irm (Invoke-RestMethod) fetches the file and iex (Invoke-Expression) runs it. Same idea, PowerShell equivalents.
brew install <thing> (Homebrew). The setup script installs it automatically if you don't have it.
winget install <thing> (Windows Package Manager — built into Windows 10/11, no install needed).
gh auth login to unlock access — only needed for the Google Workspace plugin.
Slack, Org62 MCP, and the core CLIs install fine without it.
herokuheroku login connects this terminal
to your Heroku account.
~ — your home folder/Users/yourname.
So mkdir -p ~/claude-projects creates the folder inside your home directory,
no matter where your terminal is sitting.
~/claude-projects) keeps Claude focused.
/plugin install google-workspace wires up Gmail, Docs, Calendar,
and Drive at once.
/ is a command, not a chat message.
/mcp shows your installed MCPs. /plugin manages plugins.
Type / alone to see them all.
Pick the layout that fits — you can switch any time with M.
Sends straight to Salman's Slack. He or one of his bots will reply.
Salman or one of his bots will reply within a day. Back to building.