Importing a new version from external source |
Importing a new version from external source |
||
Line 1: | Line 1: | ||
The sources are stored on a git repository, you can download them with this command the first time: | The sources are stored on a git repository, you can download them 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 | git submodule update --init |
Revision as of 12:06, 23 May 2020
The sources are stored on a git repository, you can download them with this command the first time:
git clone https://gitlab.com/free-astro/siril.git cd siril git submodule update --init