Skip to content

Commit

Permalink
Add a note about unshallowing submodules to README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Dec 30, 2023
1 parent 36359ed commit 5bcd09f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ CREATE SCHEMA staging AUTHORIZATION arise;
With this setup, and assuming you have PostgreSQL listening locally, you should
now be able to successfully do `dotnet run --project src/server/daemon`.

For development purposes, you may wish to make the entire history of the
submodules available by running `git submodule foreach git fetch --unshallow`.

## Vendoring

In order to deploy TERA Arise in non-development scenarios, it is necessary to
Expand Down

0 comments on commit 5bcd09f

Please sign in to comment.