Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-01-19 10:16:58 +0300
committerGitHub <noreply@github.com>2022-01-19 10:16:58 +0300
commita517b06fb5a693e4cb3bc7704b657793ee638430 (patch)
treecefa5de0ac1d2bc8d9ac6cffb653dbac5f2bef58
parent1a5dd7c72c27c495c6dc37aa5b3a30168e1aa495 (diff)
parent223610b21df10c204af4e431c42861e3e7f378a9 (diff)
Merge PR #5467: DOCS: Updated build instructions to remove duplicated step
-rw-r--r--docs/dev/build-instructions/README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/dev/build-instructions/README.md b/docs/dev/build-instructions/README.md
index 88cad727c..7f908f08e 100644
--- a/docs/dev/build-instructions/README.md
+++ b/docs/dev/build-instructions/README.md
@@ -10,8 +10,6 @@ directory and run `git submodule update --init --recursive` in order to also clo
_Tip:_ You can also [build a specific version or commit](faq.md#build-a-specific-version-or-commit) of Mumble.
-Then go into the cloned repository and run `git submodule update --init --recursive` in order to also clone all submodules.
-
In order to actually build Mumble, you can follow one of the following instruction sets:
- [Build on Windows](build_windows.md)
- [Build on Linux](build_linux.md)