Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
javthon committed Jul 25, 2019
1 parent 06372ce commit f141179
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@ Jinspector is an easy-to-use monitoring tool for Linux and Windows operating sys


## Get Started
Step 1: create a new folder called jinspector
Step 2: download the latest release to the jinspector folder
Step 3: extract the release file to the jinspector folder
Step 4: then you will see a `config` folder, configure the files inside according to the [configuration](#configuration) rules below
Step 5: go to the jinspector folder and run the monitoring progarm, for Linux use `nohup java -jar jinspector.jar &`, for windows use `java -jar jinspector.jar`
Step 1: download the latest release
Step 2: unzip the release file
Step 3: find the `config` folder, configure the files inside according to the [configuration](#configuration) rules below
Step 4: go to the jinspector folder and run the monitoring progarm, for Linux use `nohup java -jar jinspector.jar &`, for windows use `java -jar jinspector.jar`


## Get started with docker
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mail:
password: yjrvxfydupwkdfch
nickname: Jinspector
receivers:
- 1553197252@qq.com
- jinspector@foxmail.com
title: Jinspector


Expand Down

0 comments on commit f141179

Please sign in to comment.