We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bbaf2a commit c7bb323Copy full SHA for c7bb323
README.md
@@ -9,7 +9,7 @@ Install is through NPM.
9
10
```bash
11
$ git clone https://github.com/dohzoh/sails-dynamodb.git node_modules/sails-dynamodb
12
-$ cp node_modules/sails-dynamodb/config.json ./
+$ cp node_modules/sails-dynamodb/config.json ./ # & put your amazon keys
13
$ cd sails-dynamodb && npm install
14
```
15
Todo: to npm package
0 commit comments