Skip to content

Commit 3343f58

Browse files
authored
update
1 parent 0aff798 commit 3343f58

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ Monitor Agent for OPS team.
1414

1515
2. Easy Start
1616

17-
a) git clone it.
17+
1) git clone it.
1818

19-
b) config go-path include this project.
19+
2) config go-path include this project.
2020

21-
c) Terminal environment, cd project directory, go build .
21+
3) Terminal environment, cd project directory, go build .
2222

23-
d) Get target file agent or agent.exe and conf.
23+
4) Get target file agent or agent.exe and conf.
2424

25-
e) Run it: ./agent or agent.exe
25+
5) Run it: ./agent or agent.exe
2626

2727

2828
3. Project Note:
29-
1) Just support configuration by config file now(using conf/app.conf).
29+
1) Just support configuration by config file now(using conf/app.conf).
3030

31-
2) If you want decrypt an encrypted shell. You need use the same encrypt salt key to encrypt it firstly.
31+
2) If you want decrypt an encrypted shell. You need use the same encrypt salt key to encrypt it firstly.
3232

33-
3) config file location: src/conf/app.conf, which is well described with related comment.
33+
3) config file location: src/conf/app.conf, which is well described with related comment.
3434

3535

3636

37-
37+

0 commit comments

Comments
 (0)