Skip to content

Commit

Permalink
A readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zhenorzz committed Mar 24, 2022
1 parent 5ca24ae commit 57df0d4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
# goploy-agent
An open-source and monitoring agent.

## Background
I need an agent to monitor my server, that it.

## Install
1. Download the latest release

## Use
1. Run ./goploy-agent or goploy-agent.exe or goploy-agent.mac
2. Follow the installation guide
2. cp [goploy-agent.example.toml](https://raw.githubusercontent.com/goploy-devops/goploy-agent/master/goploy-agent.example.toml) goploy-agent.toml
3. web http://ip:port

## Preview
Expand All @@ -18,7 +15,7 @@ I need an agent to monitor my server, that it.

## Contribute

[Issue](https://github.com/zhenorzz/goploy-agent/issues/new)
[Issue](https://github.com/goploy-devops/goploy-agent/issues/new)

## License

Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
s string
)

const appVersion = "1.1.1"
const appVersion = "1.2.0"

func init() {
flag.StringVar(&core.AssetDir, "asset-dir", "", "default: ./")
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-vue-app",
"version": "1.1.1",
"version": "1.2.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down

0 comments on commit 57df0d4

Please sign in to comment.