Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite7e43d0

Browse files
Lev Kokotovgitbook-bot
Lev Kokotov
authored andcommitted
GITBOOK-59: change request with no subject merged in GitBook
1 parentf137b3e commite7e43d0

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)

[8]ページ先頭

©2009-2025 Movatter.jp