We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The developer installation instructions should note that there is a git submodule in the repository. This line could be updated with a --recurse-submodules option to ensure linfa is cloned: https://github.com/postgresml/docs/blob/main/developer-docs/installation.md?plain=1#L22
--recurse-submodules
Otherwise the cargo pgrx install command will fail.
cargo pgrx install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The developer installation instructions should note that there is a git submodule in the repository. This line could be updated with a
--recurse-submodules
option to ensure linfa is cloned: https://github.com/postgresml/docs/blob/main/developer-docs/installation.md?plain=1#L22Otherwise the
cargo pgrx install
command will fail.The text was updated successfully, but these errors were encountered: