From 3a55b6047947353cd4dbc31d5e9c4d8f11d317b1 Mon Sep 17 00:00:00 2001 From: Kyler Chin <7539174+kylerchin@users.noreply.github.com> Date: Sun, 31 Mar 2024 15:23:08 -0700 Subject: [PATCH] Submodule can be updated instructions readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index f628cd54..dd2732cd 100644 --- a/readme.md +++ b/readme.md @@ -58,3 +58,9 @@ cargo install diesel_cli --no-default-features --features postgres ### Common Database debugging Is Postgis not installing? This page may be helpful: https://trac.osgeo.org/postgis/wiki/UsersWikiPostGIS3UbuntuPGSQLApt + +### Updating transitland submodules + +```bash +git submodule update --rebase --remote +``` \ No newline at end of file