提交 43db8c75 编写于 作者: N nicolargo

Add a simple Makefile

上级 ab5e7247
PORT?=8008
install:
sensible-browser "https://github.com/nicolargo/glances#installation"
test:
./unitest-all.sh
docs:
cd docs && ./build.sh
docs-server: docs
(sleep 2 && sensible-browser "http://localhost:$(PORT)") &
cd docs/_build/html/ && python -m SimpleHTTPServer $(PORT)
.PHONY: test docs docs-server
.\" Man page generated from reStructuredText.
.
.TH "GLANCES" "1" "Dec 23, 2018" "3.1.0_beta" "Glances"
.TH "GLANCES" "1" "Dec 27, 2018" "3.1.0_beta" "Glances"
.SH NAME
glances \- An eye on your system
.
......@@ -569,6 +569,7 @@ have a section. Below an example for the CPU plugin:
.nf
.ft C
[cpu]
disable=false
user_careful=50
user_warning=70
user_critical=90
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册