Skip to content

Commit 8022f24

Browse files
authored
Update README.md
1 parent f69fa88 commit 8022f24

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,21 @@ This project is inspired by [Serverless Dashbord](https://github.com/serverless/
77
<img src="https://raw.githubusercontent.com/horike37/serverless-dashboard-for-atom/master/screenshot.gif" />
88

99
## Installation
10+
### preparation
11+
Install [Serverless Framework](https://serverless.com/framework/)
1012

13+
```sh
14+
npm install -g serverless
15+
```
16+
1117
### Command Line
1218

1319
1. Install [Atom](https://atom.io)
1420
2. In the terminal, install the package via apm:
1521

16-
```sh
17-
apm install serverless-dashbord
18-
```
22+
```sh
23+
apm install serverless-dashbord
24+
```
1925

2026
### GUI
2127

0 commit comments

Comments
 (0)