Skip to content

Commit 88efd1b

Browse files
authored
Update README.md
1 parent cdaa632 commit 88efd1b

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,19 @@ as a serverless function
1414

1515
- Installing the serverless cli
1616

17-
- `yarn global add serverless`
18-
- `yarn install`
19-
- `serverless deploy`
17+
```bash
18+
# If you're using yarn
19+
yarn global add serverless
20+
yarn install
21+
22+
# If you're using npm
23+
npm install serverless -g
24+
npm install
25+
26+
# Deploying the function
27+
serverless deploy
28+
```
29+
2030

2131
### Usage
2232

0 commit comments

Comments
 (0)