Skip to content

Commit d3b8350

Browse files
Update README.md
1 parent 43e85bd commit d3b8350

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@ your project.
2525

2626
---
2727

28+
## Important note
29+
30+
1. not_gitmodules just like Gitmodules doesn't `automatically install the dependencies`/`do not include the dependencies to your project dependency file` of the submodule.
31+
2. not_gitmodules doesn't `download the submodules mentioned in the not_gimodules.yaml file of the submodule`.
32+
- Reason: it's practically inefficient, may lead to bugs and bottlenecks, and better to maintain manually.
33+
34+
How to handle?
35+
1. Move the containing of the dependency file to your project.
36+
2. Move submodules to your `not_gimodules.yaml` file and rerun install accordingly.
37+
2838
## Installation and Usage
2939

3040
### Installation
@@ -250,4 +260,4 @@ Armen-Jean Andreasian, 2024
250260

251261
<div style="text-align: center;">
252262
<img src=".github/pic2.png" />
253-
</div>
263+
</div>

0 commit comments

Comments
 (0)