diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2017-05-11 00:15:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-11 00:15:58 +0300 |
commit | 1a87c967f18b6b212f2c7326f2382123cf43c6bc (patch) | |
tree | 07b43b2894e896fcfb874f87c675c9e151e13aab /docs/README.md | |
parent | 9141cd78aabb2eec6c28f2002172a61e4501296a (diff) | |
parent | 65450459dead318ee2be0638b08bd432318f041e (diff) | |
download | meson-1a87c967f18b6b212f2c7326f2382123cf43c6bc.zip meson-1a87c967f18b6b212f2c7326f2382123cf43c6bc.tar.gz meson-1a87c967f18b6b212f2c7326f2382123cf43c6bc.tar.bz2 |
Merge pull request #1761 from keszybz/docs
Some simple doc fixes
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 61d2e05..9ed75c1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,7 +1,7 @@ # Building the documentation 1. Get [hotdoc](https://hotdoc.github.io/installing.html) (0.8.9 required) -1. Run hotdoc: +1. Run hotdoc in the docs/ directory: hotdoc run |