README: Fix grammar
Fix two grammar issues: - "standard autotools packages ---> "standard autotools package" - "If you are install" ---> "If you are installing" Signed-off-by: Fabio Estevam <festevam@gmail.com> Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>main
parent
4ecd1ef010
commit
5856a5868c
6
README
6
README
|
@ -15,7 +15,7 @@ with an older kernel.
|
||||||
Compiling
|
Compiling
|
||||||
---------
|
---------
|
||||||
|
|
||||||
libdrm is a standard autotools packages and follows the normal
|
libdrm is a standard autotools package and follows the normal
|
||||||
configure, build and install steps. The first step is to configure
|
configure, build and install steps. The first step is to configure
|
||||||
the package, which is done by running the configure shell script:
|
the package, which is done by running the configure shell script:
|
||||||
|
|
||||||
|
@ -37,5 +37,5 @@ and once make finishes successfully, install the package using
|
||||||
|
|
||||||
make install
|
make install
|
||||||
|
|
||||||
If you are install into a system location, you will need to be root to
|
If you are installing into a system location, you will need to be root
|
||||||
perform the install step.
|
to perform the install step.
|
||||||
|
|
Loading…
Reference in New Issue