Skip to content

Commit 831f3e5

Browse files
committed
move one-time-cmd to one time run block
1 parent 72df45e commit 831f3e5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,19 +98,19 @@ You can optionally skip all of the manual building, renaming, and deploying step
9898
getting started template application [here](https://github.com/softprops/serverless-aws-rust).
9999

100100
To get started just run the following to create a new lambda Rust application
101+
and install project level dependencies.
101102

102103
```bash
103104
$ serverless install \
104105
--url https://github.com/softprops/serverless-aws-rust \
105106
--name my-new-app \
106-
&& cd my-new-app
107+
&& cd my-new-app \
108+
&& npm install --silent
107109
```
108110

109111
Deploy it using the standard serverless workflow
110112

111113
```bash
112-
# install npm dependencies (only needs ran once)
113-
$ npm install --silent
114114
# build, package, and deploy service to aws lambda
115115
$ npx serverless deploy
116116
```

0 commit comments

Comments
 (0)