Skip to content

Commit c106485

Browse files
authored
Update README_en.md
1 parent 1d571ea commit c106485

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README_en.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ Zeek-Parser-CCLinkFieldBasic is a Zeek plug-in that can analyze CC-Link IE Field
1111
This plug-in is provided as a package for [Zeek Package Manger](https://docs.zeek.org/projects/package-manager/en/stable/index.html).
1212

1313
It can be installed by executing the commands below.
14-
1514
```
1615
zkg refresh
1716
zkg install zeek-parser-CCLinkFieldBasic
1817
```
18+
1919
### Manual Installation
2020

2121
Before using this plug-in, please make sure Zeek, Spicy has been installed.
22-
2322
````
2423
# Check Zeek
2524
~$ zeek -version
@@ -53,6 +52,7 @@ zeek -Cr /usr/local/zeek/var/lib/zkg/clones/package/zeek-parser-CCLinkFieldBasic
5352

5453
### For manual installation
5554

55+
Compile source code and copy the object files to the following path.
5656
```
5757
~$ cd ~/zeek-parser-CCLinkFieldBasic/analyzer
5858
~$ spicyz -o cc_link_basic.hlto cc_link_basic.spicy cc_link_basic.evt
@@ -67,11 +67,10 @@ Then, copy the zeek file to the following paths.
6767
```
6868

6969
Finally, import the Zeek plugin.
70-
7170
```
7271
~$ tail /usr/local/zeek/share/zeek/site/local.zeek
7372
... Omit ...
74-
@load cc_link_noip
73+
@load cc_link_basic
7574
```
7675

7776
This plug-in generates a `cclink-ief-basic.log` by the command below:

0 commit comments

Comments
 (0)