(Importing a new version from external source)
(Importing a new version from external source)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
The sources are stored on a subversion repository, you can download them with this command the first time:
The sources are stored on a git repository, which you can download with this command the first time:
     svn co https://free-astro.org/svn/siril/branches/0.9/ siril
     git clone https://gitlab.com/free-astro/siril.git
    cd siril
    git submodule update --init

Latest revision as of 22:46, 16 September 2023

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 sources are stored on a git repository, which you can download with this command the first time:
   git clone https://gitlab.com/free-astro/siril.git
   cd siril
   git submodule update --init

The sources are stored on a git repository, which you can download with this command the first time:

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