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 f69fa88 commit 8022f24Copy full SHA for 8022f24
README.md
@@ -7,15 +7,21 @@ This project is inspired by [Serverless Dashbord](https://github.com/serverless/
7
<img src="https://raw.githubusercontent.com/horike37/serverless-dashboard-for-atom/master/screenshot.gif" />
8
9
## Installation
10
+### preparation
11
+Install [Serverless Framework](https://serverless.com/framework/)
12
13
+ ```sh
14
+ npm install -g serverless
15
+ ```
16
+
17
### Command Line
18
19
1. Install [Atom](https://atom.io)
20
2. In the terminal, install the package via apm:
21
- ```sh
- apm install serverless-dashbord
- ```
22
+```sh
23
+apm install serverless-dashbord
24
+```
25
26
### GUI
27
0 commit comments