Add ALCOM VPM repositories and setup instructions
Introduces `repositories.txt` to define external VPM repositories required by the project. Updates the README with guidance for ALCOM users on importing these repositories and the importance of exporting the file before pushing changes to ensure proper dependency management.
This commit is contained in:
@@ -48,3 +48,9 @@ Then, configure LFS for your repository.
|
||||
```bash
|
||||
git config lfs.https://git.example.org/user/repo.git/info/lfs.locksverify true
|
||||
```
|
||||
|
||||
## (ALCOM only) Export the repositories text file
|
||||
When you git clone this repo, it won't include any packages required by the manifest.
|
||||
This is by design, so we need to install them via ALCOM, but we first need to import any necessary repositories.
|
||||
|
||||
So its **highly recommended** to export the repositories text file before pushing any changes.
|
||||
|
||||
Reference in New Issue
Block a user