mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Merge pull request #5425 from abumalick/patch-1
Updating services.md > Invoking Serverless locally
This commit is contained in:
commit
7325929be9
@ -197,5 +197,10 @@ To execute the locally installed Serverless executable you have to reference the
|
||||
|
||||
Example:
|
||||
```
|
||||
node ./node_modules/serverless/bin/serverless deploy
|
||||
node node_modules/.bin/serverless deploy
|
||||
```
|
||||
|
||||
Or with npx (bundled with npm >= 5.2.0)
|
||||
```
|
||||
npx serverless deploy
|
||||
```
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user