[Forensics-changes] [yara] 09/192: Added missing apt-get command "install" (#500)
Hilko Bengen
bengen at moszumanska.debian.org
Sat Jul 1 10:31:41 UTC 2017
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to annotated tag v3.6.0
in repository yara.
commit c9d0819fe2c1f330823c541f118de45f0aad3406
Author: ejectck <ejectck at users.noreply.github.com>
Date: Wed Aug 10 18:46:10 2016 +0200
Added missing apt-get command "install" (#500)
---
docs/gettingstarted.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/gettingstarted.rst b/docs/gettingstarted.rst
index 90f14a5..4a518da 100644
--- a/docs/gettingstarted.rst
+++ b/docs/gettingstarted.rst
@@ -19,12 +19,12 @@ Download the source tarball and get prepared for compiling it::
Make sure you have ``automake``, ``libtool``, ``make`` and ``gcc`` installed
in your system. Ubuntu and Debian users can use::
- sudo apt-get automake libtool make gcc
+ sudo apt-get install automake libtool make gcc
If you plan to modify YARA's source code you may also need ``flex`` and
``bison`` for generating lexers and parsers::
- sudo apt-get flex bison
+ sudo apt-get install flex bison
Compile and install YARA in the standard way::
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/yara.git
More information about the forensics-changes
mailing list