diff --git a/README.rst b/README.rst index f846f31..c021a93 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,7 @@ Installing ---------- Installation can be done through pip to pull the most recently tagged release. -To see instructions on running from sounce, see the relevant documentation on +To see instructions on running from source, see the relevant documentation on `installing from source`_. .. _installing from source: http://pywayland.readthedocs.org/en/latest/install.html#installing-from-source diff --git a/doc/install.rst b/doc/install.rst index 275cf7b..d6be320 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -96,7 +96,7 @@ Once the protocol files are created, you can generate the cffi module. Note: this is only required if you want to run from the source in place. If the libwayland header files are correctly installed, you will just need to run:: - $ python pywaland/ffi_build.py + $ python pywayland/ffi_build.py At this point, you should be able to use the PyWayland library. You can check that you have everything installed correctly by running the associated