What command can you use to install Claude code on Mac OS, Linux, or WSL?	Use the curl command to install it in one go.
What are the two package managers mentioned for installing Claude code on Mac OS/Linux?	curl command and homebrew (brew install).
What is a limitation of installing Claude code via homebrew or winget?	They don't have auto-update capabilities.
What happens when you run Claude in a project directory?	It will have access to that directory and all of its subfolders.
How do you install the Claude code extension in Visual Studio Code?	Open the extensions panel, search for "Claude code" by Anthropic, verify it has a blue check, and hit install.
What keyboard shortcut opens the control palette in VS Code to search for Claude code?	Control+Shift+P (or Command+Shift+P on Mac).
How do you install Claude code for JetBrains IDEs?	Install the Claude code plug-in from the JetBrains marketplace, then restart your IDE.
What is the main restriction when using Claude code on the web?	You are restricted to GitHub repositories only.
Which Claude code platform has the fastest feature shipping?	The terminal experience has the fastest feature shipping.
What are three advantages of using Claude code on the web?	Remote work on GitHub repositories, multiple parallel sessions, and no need for local installation.
