Skip to content

Commit

Permalink
Update README to remove reference to submodules (#18427)
Browse files Browse the repository at this point in the history
After #15855, this repo no longer uses submodules. Removing instruction
about needing to initialize them.
  • Loading branch information
Dan-Albrecht authored Jan 15, 2025
1 parent 3772fc3 commit 8ddb14b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -362,15 +362,6 @@ If you would like to ask a question that you feel doesn't warrant an issue

## Building the Code

This repository uses [git
submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules) for some of its
dependencies. To make sure submodules are restored or updated, be sure to run
the following prior to building:

```shell
git submodule update --init --recursive
```

OpenConsole.sln may be built from within Visual Studio or from the command-line
using a set of convenience scripts & tools in the **/tools** directory:

Expand Down

0 comments on commit 8ddb14b

Please sign in to comment.