Importing a new version from external source |
Importing a new version from external source |
||
(One intermediate revision by the same user not shown) | |||
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 | cd siril | ||
git submodule update --init |
Latest revision as of 12:06, 23 May 2020
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