Skip to content

Commit

Permalink
Submodule can be updated instructions readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kylerchin committed Mar 31, 2024
1 parent ebe5ad1 commit 3a55b60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

0 comments on commit 3a55b60

Please sign in to comment.