File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -16,17 +16,17 @@ The Azure Functions Core Tools provide a local development experience for creati
1616
1717** v2** (master branch): Self-contained cross-platform package
1818
19- ** v3** : (v3.x branch): Self-contained cross-platform package ** (recommended) **
19+ ** v3** : (v3.x branch): Self-contained cross-platform package
2020
21- ** v4** : (v4.x branch): Self-contained cross-platform package (preview)
21+ ** v4** : (v4.x branch): Self-contained cross-platform package ** (recommended) **
2222
2323## Installing
2424
2525### Windows
2626
2727#### To download and install with MSI:
2828
29- ##### v4 (preview)
29+ ##### v4
3030
3131- [ Windows 64-bit] ( https://go.microsoft.com/fwlink/?linkid=2174087 ) (VS Code debugging requires 64-bit)
3232- [ Windows 32-bit] ( https://go.microsoft.com/fwlink/?linkid=2174159 )
@@ -38,7 +38,7 @@ The Azure Functions Core Tools provide a local development experience for creati
3838
3939#### To install with npm:
4040
41- ##### v4 (preview)
41+ ##### v4
4242``` bash
4343npm i -g azure-functions-core-tools@4 --unsafe-perm true
4444```
@@ -55,7 +55,7 @@ npm i -g azure-functions-core-tools@2 --unsafe-perm true
5555
5656#### To install with chocolatey:
5757
58- ##### v4 (preview)
58+ ##### v4
5959``` bash
6060choco install azure-functions-core-tools-4
6161```
@@ -79,7 +79,7 @@ choco install azure-functions-core-tools-2
7979
8080#### Homebrew:
8181
82- #### v4 (preview)
82+ #### v4
8383
8484``` bash
8585brew tap azure/functions
@@ -159,7 +159,7 @@ sudo chown root:root /etc/apt/sources.list.d/microsoft-prod.list
159159
160160#### 2. Install
161161
162- ##### v4 (preview)
162+ ##### v4
163163``` bash
164164sudo apt-get update
165165sudo apt-get install azure-functions-core-tools-4
You can’t perform that action at this time.
0 commit comments