Anastasia Klimchuk submitted this change.

View Change

Approvals: Stefan Reinauer: Looks good to me, approved build bot (Jenkins): Verified
doc: Add missing step in the beginning of building from source doc

Change-Id: Id834d3de69c038f3cc1aee3c59c3607f42fd5b49
Signed-off-by: Anastasia Klimchuk <aklm@flashrom.org>
Reviewed-on: https://review.coreboot.org/c/flashrom/+/86429
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
---
M doc/dev_guide/building_from_source.rst
M doc/dev_guide/development_guide.rst
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/doc/dev_guide/building_from_source.rst b/doc/dev_guide/building_from_source.rst
index 73f5c2b..a8521ce 100644
--- a/doc/dev_guide/building_from_source.rst
+++ b/doc/dev_guide/building_from_source.rst
@@ -1,6 +1,9 @@
Building from source
====================

+First thing, clone git repository for yourself (if you haven't done it already),
+see :ref:`git repo setup`.
+
You're going to need the following tools to get started:

* gcc or clang
diff --git a/doc/dev_guide/development_guide.rst b/doc/dev_guide/development_guide.rst
index 85ad29c..8c7ef67 100644
--- a/doc/dev_guide/development_guide.rst
+++ b/doc/dev_guide/development_guide.rst
@@ -15,6 +15,8 @@

You can `look at the latest flashrom development efforts in Gerrit <https://review.coreboot.org/q/project:flashrom>`_.

+.. _git repo setup:
+
Set up the git repository and dev environment
=============================================


To view, visit change 86429. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: merged
Gerrit-Project: flashrom
Gerrit-Branch: main
Gerrit-Change-Id: Id834d3de69c038f3cc1aee3c59c3607f42fd5b49
Gerrit-Change-Number: 86429
Gerrit-PatchSet: 2
Gerrit-Owner: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Alexander Goncharov <chat@joursoir.net>
Gerrit-Reviewer: Anastasia Klimchuk <aklm@chromium.org>
Gerrit-Reviewer: Stefan Reinauer <stefan.reinauer@coreboot.org>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>