Added istructions on how to get the submodules

This commit is contained in:
Gioacchino Mazzurco 2022-01-10 21:59:39 +01:00
parent 48fcf70578
commit cfb210ef60
No known key found for this signature in database
GPG Key ID: A1FBCA3872E87051

View File

@ -14,6 +14,16 @@ RetroShare provides file sharing, chat, messages, forums, channels and more.
|macOS, (via Travis CI) | image:https://app.travis-ci.com/RetroShare/RetroShare.svg?branch=master[link="https://app.travis-ci.com/github/RetroShare/RetroShare"]
|===============================================================================
== Get the source
Clone this repository, enter the directory and then get the submodules with the
following command
[source,bash]
--------
git submodule update --init libbitdht/ libretroshare/ openpgpsdk/
--------
== Compilation