Skip to content

Commit f12105b

Browse files
authored
add install and document instructions
1 parent 05fc454 commit f12105b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This is a small CLI tool that helps with building or serving lambdas built with
44

55
The goal is to make it easy to work with Lambda's with modern ES6 without being dependent on having the most state of the art node runtime available in the final deployment environment and with a build that can compile all modules into a single lambda file.
66

7+
## Installation
8+
9+
We recommend installing locally rather than globally: `yarn add -D netlify-lambda`
10+
11+
At the present moment you may have to also install peer dependencies [as documented here](https://github.com/netlify/netlify-lambda/issues/35) - we will correct this for the next release when we update our [webpack and babel versions](https://github.com/netlify/netlify-lambda/pull/15).
12+
713
## Usage
814

915
Netlify lambda installs two commands:

0 commit comments

Comments
 (0)