Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wuwuwu223 authored Dec 3, 2024
1 parent bf40599 commit 2418c13
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
```
mkdir /etc/ak_monitor/
cd /etc/ak_monitor/
wget -O ak_monitor https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/ak_monitor
wget -O ak_monitor https://github.com/akile-network/akile_monitor/releases/download/v0.01/akile_monitor-linux-amd64
chmod 777 ak_monitor
cat > /etc/systemd/system/ak_monitor.service <<EOF
Expand Down Expand Up @@ -45,14 +45,16 @@ EOF
systemctl start ak_monitor
关闭
systemctl stop ak_monitor
开机自启
systemctl enable ak_monitor
```


监控端安装教程
```
mkdir /etc/ak_monitor/
cd /etc/ak_monitor/
wget -O client https://raw.githubusercontent.com/akile-network/akile_monitor/refs/heads/main/client/client
wget -O client https://github.com/akile-network/akile_monitor/releases/download/v0.01/akile_client-linux-amd64
chmod 777 client
cat > /etc/systemd/system/ak_client.service <<EOF
Expand Down Expand Up @@ -86,6 +88,8 @@ EOF
systemctl start ak_client
关闭
systemctl stop ak_client
开机自启
systemctl enable ak_client
```


Expand Down

0 comments on commit 2418c13

Please sign in to comment.