Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions docs/getting-started/local.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,16 +117,13 @@ Example

.. include:: _example.rst

You will also need the common protos, currently in experimental status,
which define certain client-specific annotations. These are in the
`api-common-protos`_ repository. Clone this from GitHub also:
You will also need the common protos, which define certain client-specific annotations.
These are in the `api-common-protos`_ repository.
Clone this from GitHub also:

.. code-block:: shell

$ git clone https://github.com/googleapis/api-common-protos.git
$ cd api-common-protos
$ git checkout --track -b input-contract origin/input-contract
$ cd ..

.. _api-common-protos: https://github.com/googleapis/api-common-protos/tree/input-contract

Expand Down