From 4d70e5a5fd1cabdd935ef7251ae5be42b0b90447 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9B=BE=E6=B5=A9?= <452125301@qq.com>
Date: Sat, 22 Apr 2017 00:00:25 +0800
Subject: [PATCH] fixed typesetting
---
README.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/README.md b/README.md
index 956b33c..9f1c121 100644
--- a/README.md
+++ b/README.md
@@ -22,6 +22,7 @@ An elegant web & terminal interface for Unitech/PM2.

+
# Features
- Curses-like dashboard.
- Remoting monitor / web control.
@@ -38,11 +39,13 @@ An elegant web & terminal interface for Unitech/PM2.
- High performance. In my case, there are near one hundred processes, but `pm2-gui` works without any suck.
+
# Cautions
- Web Interface is wrote by CSS3 && HTML5, so view it with the latest version of the browser (WebGL, Animation, WebSocket supports), e.g. Chrome, Safari and Firefox.
- I've never test it on Internet Explorer / Windows.
+
# Installation
```bash
$ npm install pm2-gui -g
@@ -59,6 +62,7 @@ $ ./pm2-gui [options]
```
+
# Usage
Run the following command to get usage helps:
```bash
@@ -79,10 +83,12 @@ pm2GUI.dashboard([ini_config_file]);
```
+
# Configuration
Edit the `pm2-gui/pm2-gui.ini` file or copy the [config example](./pm2-gui.ini) to `/etc/pm2-gui.ini` (starting with `pm2-gui start /etc/pm2-gui.ini`):
+
# UI/UX
- Amazing and smooth animations.
- High performance.
@@ -116,6 +122,7 @@ Tail Logs

+
# Serving apps locally with nginx and custom domain
- [simple](examples/nginx/pm.example.com.conf)
- [advantage](examples/nginx/pm2.example.com.conf)