mirror of
https://github.com/mumble-voip/mumble.git
synced 2025-03-15 21:14:59 +00:00
DOCS: Break long line
This commit is contained in:
parent
232d4b3c0d
commit
d6e9bff031
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
A fundamental dependency for building Mumble is [git](https://git-scm.com/), so make sure you have it installed. If you are new to git, make sure to
|
||||
checkout [this guide](https://guides.github.com/introduction/git-handbook/) on git's basics in order to be able to follow the given instructions.
|
||||
|
||||
The first step in building Mumble is to clone this repository via `git clone https://github.com/mumble-voip/mumble.git` and then going into the cloned directory and run `git submodule update --init --recursive` in order to also clone all submodules.
|
||||
The first step in building Mumble is to clone this repository via `git clone https://github.com/mumble-voip/mumble.git` and then going into the cloned
|
||||
directory and run `git submodule update --init --recursive` in order to also clone all submodules.
|
||||
|
||||
_Tip:_ You can also [build a specific version or commit](faq.md#build-a-specific-version-or-commit) of Mumble.
|
||||
|
||||
|
|
Loading…
Reference in a new issue