Skip to content
Snippets Groups Projects
Commit 29b93b85 authored by Mikolai Gütschow's avatar Mikolai Gütschow Committed by Nico
Browse files

add instructions to download source code with git submodules

parent 16437a41
No related branches found
No related tags found
1 merge request!2Add instructions to download source code with git submodules
...@@ -34,6 +34,21 @@ java -jar briar-desktop.jar ...@@ -34,6 +34,21 @@ java -jar briar-desktop.jar
## Developers ## Developers
### Download Source Code
Briar dependencies are included as [Git Submodules](https://git-scm.com/book/en/v2/Git-Tools-Submodules).
To be able to build Briar Desktop, download the source code and the submodules using
```shell
git clone --recursive-submodules git@code.briarproject.org:briar/briar-desktop.git
```
or
```shell
git clone --recursive-submodules https://code.briarproject.org/briar/briar-desktop.git
```
### Intellij IDEA ### Intellij IDEA
The easiest and most convenient way to build Briar Desktop is by using The easiest and most convenient way to build Briar Desktop is by using
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment