Skip to content

Commit 5cfd2c9

Browse files
authored
Merge pull request #68 from LibreSign/chore/update-after-start-to-use-3rdparty
chore: update after start to use 3rdparty
2 parents 9c8e02a + 36b2669 commit 5cfd2c9

File tree

1 file changed

+8
-1
lines changed
  • developer_manual/getting-started/development-environment

1 file changed

+8
-1
lines changed

developer_manual/getting-started/development-environment/setup.rst

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,14 @@ If it is not, run ``docker ps`` and look for the ``nextcloud`` container (or ``g
5454
If you cannot find it, the setup likely failed; please repeat the previous step.
5555

5656
Once Nextcloud is running, go to the setup folder and locate ``volumes/nextcloud/apps-extra``.
57-
Clone the LibreSign repository into this folder.
57+
Clone the LibreSign repository into this folder .
58+
59+
.. code-block:: bash
60+
61+
git clone https://github.com/LibreCodeCoop/libresign.git
62+
cd libresign
63+
git submodule update --init
64+
5865
5966
Open a bash session in the Nextcloud container:
6067

0 commit comments

Comments
 (0)