Skip to content

Commit 0ef80c2

Browse files
committed
Fix formatting issues in installation.md
- Remove trailing whitespace from lines - Add missing blank line after code block - Convert bold text to proper ## heading for "Verify the Installation"
1 parent 66d4d67 commit 0ef80c2

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

docs/installation.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Installation
22

33
pgEdge Document Loader loads documents into a Postgres database in Markdown
4-
format. You can install Document Loader with a
4+
format. You can install Document Loader with a
55
[pgEdge Enterprise Postgres](https://docs.pgedge.com/enterprise/) package
6-
or build pgEdge Document Loader from source code stored in the
6+
or build pgEdge Document Loader from source code stored in the
77
[pgEdge repository](https://github.com/pgEdge/pgedge-docloader).
88

9-
pgEdge Document Loader is open-source, and licensed with the
10-
[PostgreSQL license](LICENCE.md).
9+
pgEdge Document Loader is open-source, and licensed with the
10+
[PostgreSQL license](LICENCE.md).
1111

1212
## Prerequisites
1313

@@ -25,6 +25,7 @@ To build Document Loader from source, clone the `pgedge-docloader` repository:
2525
git clone https://github.com/pgedge/pgedge-docloader.git
2626
cd pgedge-docloader
2727
```
28+
2829
Then, use `make` to ensure that your Go installation is configured properly:
2930

3031
```bash
@@ -58,7 +59,8 @@ when you run the `make` command:
5859
```bash
5960
PREFIX=/opt/local make install
6061
```
61-
**Verify the Installation**
62+
63+
## Verify the Installation
6264

6365
After building Document Loader, you can verify the installation worked by
6466
retrieving information about the tool:

0 commit comments

Comments
 (0)