readme: Fix some typos, grammar, etc

This commit is contained in:
Christopher Michael 2022-06-07 10:35:26 -04:00
parent 495506924c
commit bc15cd91e8
1 changed files with 3 additions and 3 deletions

View File

@ -87,7 +87,7 @@ to your library locations so you might have to have more like:
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:/usr/local/lib64/pkgconfig:/usr/local/lib/x86_64-linux-gnu/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig:/usr/lib/x86_64-linux-gnu/pkgconfig
``` ```
You will need to enusre that the destination library directory (e.g. You will need to ensure that the destination library directory (e.g.
`/usr/local/lib` is in your /etc/ld.so.conf or /etc/ld.so.conf.d/ `/usr/local/lib` is in your /etc/ld.so.conf or /etc/ld.so.conf.d/
files and after installing anything that installs libraries you files and after installing anything that installs libraries you
re-run `ldconfig`. Please see relevant documentation on ldconfig and re-run `ldconfig`. Please see relevant documentation on ldconfig and
@ -133,7 +133,7 @@ meson . build
### Quick build help ### Quick build help
How clean out the build and config and start fresh: How to clean out the build and config and start fresh:
```sh ```sh
rm -rf build rm -rf build
``` ```
@ -211,6 +211,6 @@ applies to `system.conf` in the same directory.
**NOTE:** To enable Wayland support (still considered experimental and not for **NOTE:** To enable Wayland support (still considered experimental and not for
regular end users) use the meson `-Dwl=true option`. To run Enlightenment in regular end users) use the meson `-Dwl=true option`. To run Enlightenment in
Eayland mode, just log on on any text VT and run `enlightenment_start`. If you Wayland mode, just login on any text VT and run `enlightenment_start`. If you
wish to debug and see all the output try using something like screen then wish to debug and see all the output try using something like screen then
attaching to the remote screen session by sshing in etc. attaching to the remote screen session by sshing in etc.