Skip to content

Commit a3cca2b

Browse files
committed
Edit docs
1 parent c376edf commit a3cca2b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/contribute/locally.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,15 @@ This guide uses the first option. If you'd like to clone the repository and buil
3939
```
4040
This downloads the latest binary, makes it executable, and installs it to your user PATH.
4141

42+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
43+
4244
2. **Run docs-builder from a docs folder**
4345

4446
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000. The path to the `docset.yml` file that you want to build can be specified with `-p`:
4547

4648
```sh
4749
docs-builder serve
4850
```
49-
50-
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
51-
5251
:::
5352

5453
:::{tab-item} Windows
@@ -63,16 +62,16 @@ To download and install the binary file manually, refer to [Releases](https://gi
6362

6463
This downloads the latest binary, makes it executable, and installs it to your user PATH.
6564

65+
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
66+
6667
2. **Run docs-builder from a docs folder**
6768

6869
Use the `serve` command from any docs folder to start serving the documentation at http://localhost:3000. The path to the `docset.yml` file that you want to build can be specified with `-p`:
6970

7071
```sh
7172
docs-builder serve
7273
```
73-
74-
To download and install the binary file manually, refer to [Releases](https://github.com/elastic/docs-builder/releases) on GitHub.
75-
74+
7675
:::
7776
::::
7877

0 commit comments

Comments
 (0)