diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-02-14 16:07:52 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-02-14 16:08:00 -0500 |
| commit | 09488a20181ef87ae7b3df2f2f577198c0f4e73a (patch) | |
| tree | 623d2a0d5530e35476a129f9a682d80a1a02dc16 | |
| parent | 9455d17b6c517aa87317a44e7cdf219e82f41df6 (diff) | |
summarize the other guides
| -rw-r--r-- | static/build.html | 3 | ||||
| -rw-r--r-- | static/install.html | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/static/build.html b/static/build.html index fffd872d..df2c4cc6 100644 --- a/static/build.html +++ b/static/build.html @@ -43,6 +43,9 @@ <a href="#build">Build</a> </h1> + <p>This is a guide on building, modifying and contributing to GrapheneOS as a + developer.</p> + <h2 id="table-of-contents"> <a href="#table-of-contents">Table of contents</a> </h2> diff --git a/static/install.html b/static/install.html index ab8a4630..b40bce65 100644 --- a/static/install.html +++ b/static/install.html @@ -43,6 +43,9 @@ <a href="#install">Install</a> </h1> + <p>This is a guide on installing GrapheneOS for the officially supported devices. It + can be followed for both the official releases and custom builds.</p> + <h2 id="table-of-contents"> <a href="#table-of-contents">Table of contents</a> </h2> |
