Skip to content

Commit 1ff0aa1

Browse files
committedApr 11, 2012
Updating README
1 parent f28bd41 commit 1ff0aa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@ Here are a few ideas:
6767
* `wget http://www.ossec.net/files/ossec-hids-latest.tar.gz`
6868
* `wget http://www.ossec.net/files/ossec-hids-2.6_checksum.txt` <= if latest is version 2.6, see http://www.ossec.net/main/downloads
6969
* `cat ossec-hids-2.6_checksum.txt`
70-
* `md5sum ossec-hids-2.6_checksum.txt`
71-
* `sha1sum ossec-hids-2.6_checksum.txt`
70+
* `md5sum ossec-hids-latest.tar.gz`
71+
* `sha1sum ossec-hids-latest.tar.gz`
7272
* `tar -zxvf ossec-hids-*.tar.gz`
7373
* `cd ossec-hids-*`
74-
* `./install.sh`
74+
* `sudo ./install.sh`
7575

76-
- OSSEC documentation: http://www.ossec.net/main/manual
77-
- conf file at /var/ossec/etc/ossec.conf
76+
* OSSEC documentation: http://www.ossec.net/main/manual
77+
* conf file at /var/ossec/etc/ossec.conf
7878

7979
Warranty, guarantees, culpability...etc.
8080
----------------

0 commit comments

Comments
 (0)
Please sign in to comment.