diff --git a/README.rst b/README.rst index 32d00ea..02c9ff7 100644 --- a/README.rst +++ b/README.rst @@ -5,7 +5,7 @@ README Requirements ------------ -Use must use a Debian OS. You need to install make. +You must use a Debian OS. You need to install make. Installation ------------ @@ -24,7 +24,7 @@ Configuration Generate a ssh key for eobuilder user or use an existing one. Configure your Debian repository to allow this key. -You need to add thes line into your sudoers:: +You need to add this line into your sudoers:: eobuilder ALL= SETENV:NOPASSWD:/usr/sbin/cowbuilder @@ -38,7 +38,7 @@ Example with python-entrouvert:: su eobuilder -p -c "eobuilder -a i386,amd64 -d squeeze lasso" su eobuilder -p -c "eobuilder -c deb" -Do note it will fail the SSH host key verification unless the proper +Note that the SSH host key verification will fail unless the proper known_hosts file has been installed, or created by manually connecting to the git server. @@ -57,12 +57,12 @@ Python Example: http://repos.entrouvert.org/portail-citoyen-announces.git Autotools - You need at least an autogen.sh and a configure.ac files. You also need a script to Generate + You need at least an autogen.sh and a configure.ac files. You also need a script to generate version numbers like : http://repos.entrouvert.org/lasso.git/tree/tools/git-version-gen Example: http://repos.entrouvert.org/lasso.git Makefile - You need to have a Makefile file with a least the following targets : + You need to have a Makefile file with at least the following targets : version, name, fullname and dist-bzip2 targets