From de43b4f9d80fcd33c71a7a284f84e82dafe15c2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1muel=20Fekete?= Date: Mon, 27 Nov 2023 21:30:38 +0100 Subject: [PATCH] update readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 184c7fd..a8937ba 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ The setup for local development is time consuming and requires access to some re You'll need the following applications: -- VS Code with the Azure Functions extension v1.10.4 or above and the Nx extension -- Node.js 18.x or above -- Azure Functions Core Tools v4.0.5382 or above -- Azure Storage Emulator +- [VS Code](https://code.visualstudio.com/) with the [Azure Functions extension v1.10.4 or above](https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-azurefunctions) and the [Nx Console extension](https://marketplace.visualstudio.com/items?itemName=nrwl.angular-console) +- [Node.js 18.x or above](https://nodejs.org/en) +- [Azure Functions Core Tools v4.0.5382 or above](https://github.com/Azure/azure-functions-core-tools/blob/v4.x/README.md#windows) +- [Azure Storage Emulator](https://learn.microsoft.com/en-us/azure/storage/common/storage-use-emulator) You'll need to be able to connect to the following services: @@ -38,7 +38,7 @@ Fill with the following values: "CLIENT_ID": "", "CLIENT_SECRET": "", "JWT_SECRET": "a very secret value dont share it with anyone", - "ADMINS": "", + "ADMINS": "", "WEBSITE_RUN_FROM_PACKAGE": "1", "REDIS_HOST": "", "REDIS_PORT": "",