Importing a new version from external source |
Importing a new version from external source |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
The sources are stored on a git repository, you can download | 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 | git clone https://gitlab.com/free-astro/siril.git | ||
cd siril | |||
git submodule update --init |
Latest revision as of 22:46, 16 September 2023
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