Skip to content

Commit a5f4b07

Browse files
authored
Clarify npm or Homebrew
1 parent 4648a21 commit a5f4b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/functions-install-core-tools-vs-code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ The Azure Functions extension for Visual Studio Code integrates with Azure Funct
1212

1313
In Visual Studio Code, select F1 to open the command palette, and then search for and run the command **Azure Functions: Install or Update Core Tools**.
1414

15-
This command starts a package-based installation of the latest version of Core Tools using npm. If you don't have npm installed on your local computer, you instead must [manually install or update Core Tools](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).
15+
This command tries to either start a package-based installation of the latest version of Core Tools or update an existing package-based installation. If you don't have npm or Homebrew installed on your local computer, you must instead [manually install or update Core Tools](../articles/azure-functions/functions-run-local.md#install-the-azure-functions-core-tools).

0 commit comments

Comments
 (0)