Skip to content

Commit b5b9d18

Browse files
yevsterahmelsayed
authored andcommitted
Update README.md
For Ubuntu setup instructions, adding call to `sudo apt-get update` before running `sudo apt-get install azure-functions-core-tools`. Otherwise, the listing of the newly-added repository is not fetched and the following message occurs upon install attempt: ``` E: Unable to locate package azure-functions-core-tools ```
1 parent 6917e44 commit b5b9d18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ sudo dpkg -i packages-microsoft-prod.deb
8383
2. Install
8484

8585
```bash
86+
sudo apt-get update
8687
sudo apt-get install azure-functions-core-tools
8788
```
8889

0 commit comments

Comments
 (0)