Skip to content

Commit b988855

Browse files
committed
feat(config): Update docs
1 parent 1c903c0 commit b988855

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Requirements
44

5-
- NodeJS 12
5+
- NodeJS 10
66

77
## Considerations
88

@@ -28,7 +28,18 @@ Install azure plugin
2828
serverless plugin install --name serverless-azure-functions
2929
```
3030

31-
3231
```bash
3332
serverless plugin install --name serverless-azure-functions
3433
```
34+
35+
Install Azure CLI
36+
37+
[More Information](https://docs.microsoft.com/en-us/cli/azure/install-azure-cli)
38+
```bash
39+
curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash
40+
```
41+
42+
Login
43+
```bash
44+
az login
45+
```

0 commit comments

Comments
 (0)