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
path: root/docs/dev
diff options
context:
space:
mode:
authorBrigzzy <brigzzy@zaphod.ad.brigzzy.net>2022-01-18 23:49:09 +0300
committerBrigzzy <brigzzy@zaphod.ad.brigzzy.net>2022-01-19 00:01:14 +0300
commit223610b21df10c204af4e431c42861e3e7f378a9 (patch)
treecefa5de0ac1d2bc8d9ac6cffb653dbac5f2bef58 /docs/dev
parent1a5dd7c72c27c495c6dc37aa5b3a30168e1aa495 (diff)
DOCS: Updated build instructions to remove duplicated step
There's a duplicated step in the build instructions, which is already covered on line 8. This change removes the unneeded duplicate step.
Diffstat (limited to 'docs/dev')
-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)