Skip to content

Commit fccc617

Browse files
majnemerGoogle-ML-Automation
authored andcommitted
Fix formatting in developer_guide.md
<USER> was interpreted as an HTML tag which caused it to fail to render PiperOrigin-RevId: 696625398
1 parent 16a62f4 commit fccc617

File tree

1 file changed

+7
-11
lines changed

1 file changed

+7
-11
lines changed

docs/developer_guide.md

+7-11
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,17 @@ the repository, and create a pull request.
1818
## Get the code
1919

2020
1. Create a fork of the [XLA repository](https://github.com/openxla/xla).
21-
2. Clone your fork of the repo, replacing `<USER>` with your GitHub username:
22-
<pre class="devsite-click-to-copy">
23-
<code class="devsite-terminal">
24-
git clone https://github.com/<USER>/xla.git
25-
</code>
26-
</pre>
21+
2. Clone your fork of the repo, replacing `{USER}` with your GitHub username:
22+
```sh
23+
git clone https://github.com/{USER}/xla.git
24+
```
2725

2826
3. Change into the `xla` directory: `cd xla`
2927

3028
4. Configure the remote upstream repo:
31-
<pre class="devsite-click-to-copy">
32-
<code class="devsite-terminal">
33-
git remote add upstream https://github.com/openxla/xla.git
34-
</code>
35-
</pre>
29+
```sh
30+
git remote add upstream https://github.com/openxla/xla.git
31+
```
3632

3733
## Set up an environment
3834

0 commit comments

Comments
 (0)