diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-12 18:21:35 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-12-16 14:31:36 +0100 |
commit | 2b4b1b9388c0bf93e5c27dfaea777c085d75f6a1 (patch) | |
tree | 0f6eef21a0334c83702cbf9203b075bd4e854333 /doc/tutorial/getting-started.org | |
parent | a4c12d9bb448d49ad247bb11cab32f42714537d4 (diff) | |
download | justbuild-2b4b1b9388c0bf93e5c27dfaea777c085d75f6a1.tar.gz |
tutorial: Update proto section
... by explicitly specifying the protobuf repository and
using just-import-git to import the rules-cc repository.
Furthermore, protobuf's subdir "examples" is used directly
and all targets are created in the top-level module.
Diffstat (limited to 'doc/tutorial/getting-started.org')
-rw-r--r-- | doc/tutorial/getting-started.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tutorial/getting-started.org b/doc/tutorial/getting-started.org index 3dc48511..5a041397 100644 --- a/doc/tutorial/getting-started.org +++ b/doc/tutorial/getting-started.org @@ -1,7 +1,7 @@ * Getting Started -In order to use /justbuild/, first make sure that ~just~ and ~just-mr~ are -available in your ~PATH~. +In order to use /justbuild/, first make sure that ~just~, ~just-mr~, and +~just-import-git~ are available in your ~PATH~. ** Creating a new project |