mirror of
https://github.com/serverless/serverless.git
synced 2026-01-25 15:07:39 +00:00
Readme: Add more instructions
This commit is contained in:
parent
a426325148
commit
dc0fa96063
19
README.md
19
README.md
@ -15,7 +15,24 @@ Install The Serverless Framework via npm: (requires Node V4)
|
||||
npm install serverless -g
|
||||
```
|
||||
|
||||
Done! Refer to our [documentation](http://docs.serverless.com/v0.1.0/docs/) for next steps.
|
||||
## Get Started
|
||||
|
||||
You can either install an existing project, or create your own. We recommend starting out with the [Serverless-Starter](https://www.github.com/serverless/serverless-starter)
|
||||
|
||||
```
|
||||
serverless project install serverless-starter
|
||||
```
|
||||
|
||||
Or you can create your own project
|
||||
|
||||
```
|
||||
serverless project create
|
||||
```
|
||||
|
||||
Refer to our [documentation](http://docs.serverless.com/v0.1.0/docs/) for next steps.
|
||||
|
||||
Enjoy,<br/>
|
||||
Serverless, Inc.
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user