File tree 1 file changed +7
-11
lines changed
1 file changed +7
-11
lines changed Original file line number Diff line number Diff line change @@ -18,21 +18,17 @@ the repository, and create a pull request.
18
18
## Get the code
19
19
20
20
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
+ ```
27
25
28
26
3. Change into the ` xla` directory: ` cd xla`
29
27
30
28
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
+ ` ` `
36
32
37
33
# # Set up an environment
38
34
You can’t perform that action at this time.
0 commit comments