(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
The source code is stored on a gitlab repository, you can download it with this command the first time:
The source code is stored on a gitlab repository, you can download it with this command the first time:
     git clone https://gitlab.com/free-astro/siril.git
     git clone https://gitlab.com/free-astro/siril.git
     git submodules update --init
     git submodule update --init

Revision as of 17:01, 24 March 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Siril:install)
The source code is stored on a gitlab repository, you can download it with this command the first time:
   git clone https://gitlab.com/free-astro/siril.git
   cd siril
   git submodule update --init

The source code is stored on a gitlab repository, you can download it with this command the first time:

   git clone https://gitlab.com/free-astro/siril.git
   git submodule update --init