We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba8c907 commit 069db43Copy full SHA for 069db43
README.md
@@ -102,10 +102,10 @@ Include the `aws-code-deploy` from NPM as a local or global dependency.
102
103
#### **Global**
104
1. `npm install aws-code-deploy -g`
105
-2. The file can then be executed directly: `aws-code-deploy`
+2. The file can then be executed globally: `aws-code-deploy`
106
107
#### **Local**
108
-1. `npm install aws-code-deploy`
+1. `npm install aws-code-deploy --save-dev`
109
2. The file can then be executed directly: `./node_modules/aws-code-deploy/bin/aws-code-deploy.sh`
110
111
0 commit comments