diff --git a/README.md b/README.md index 18ad10a..af4a6bb 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # gosuv [![Build Status](https://travis-ci.org/codeskyblue/gosuv.svg)](https://travis-ci.org/codeskyblue/gosuv) -## Program not implement +## Program should not use in production (current is in beta) Process managerment writtern by golang, inspired by python-supervisor Features @@ -15,7 +15,7 @@ Features Go version at least `1.6+` ## Installation -Binary can be download from +Standalone binary can be download from Or if you have go enviroment, you can also build from source. @@ -47,6 +47,10 @@ $ gosuv status Server is running ``` +Open web to see the manager page. + +![gosuv web](docs/gosuv.gif) + ## Configuration Default config file stored in directory `$HOME/.gosuv/` diff --git a/docs/gosuv.gif b/docs/gosuv.gif new file mode 100644 index 0000000..ad6503c Binary files /dev/null and b/docs/gosuv.gif differ