diff --git a/README.md b/README.md index 2d3dee38..4267fcb9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ An extremely low latency KVMFR (KVM FrameRelay) implementation for guests with VGA PCI Passthrough. * Project Website: https://looking-glass.io -* Getting Started: https://looking-glass.io/docs/install +* Documentation: https://looking-glass.io/docs ## Documentation @@ -16,7 +16,7 @@ Glass, please download the source archive from the website instead: https://looking-glass.io/downloads -Further documentation can be found in the `/doc` directory. +Source code for the documentation can be found in the `/doc` directory. You may view this locally as HTML by running `make html` with `python3-sphinx` -installed, or online at https://looking-glass.io/docs. +installed.