Skip to content

Commit e7e43d0

Browse files
Lev Kokotovgitbook-bot
authored andcommitted
GITBOOK-59: change request with no subject merged in GitBook
1 parent f137b3e commit e7e43d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pgml-docs/docs/guides/deployment/self-hosting/building-from-source.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ This guide assumes that you're using PostgreSQL 14, so if your Postgres version
2727
All of our source code is open source and hosted in GitHub. You can download it with git:
2828

2929
```bash
30-
git clone https://github.com/postgresml/postgresml
30+
git clone https://github.com/postgresml/postgresml && \
31+
cd postgresml && \
32+
git submodule update --init --recursive
3133
```
3234

3335
The repository contains the extension, the dashboard, SDKs, and all apps we've written that are powered by PostgresML.

0 commit comments

Comments
 (0)