File tree Expand file tree Collapse file tree
src/content/docs/docs/contributing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -22,26 +22,9 @@ git clone https://github.com/steveiliop56/tinyauth
2222cd tinyauth
2323```
2424
25- ## Initialize Submodules
25+ ## Installing Dependencies
2626
27- The project uses Git submodules for some dependencies, so you need to initialize them with:
28-
29- ``` sh
30- git submodule init
31- git submodule update
32- ```
33-
34- ## Apply patches
35-
36- Some of the dependencies must be patched in order to work correctly with the project, you can apply the patches by running:
37-
38- ``` sh
39- git apply --directory paerser/ patches/nested_maps.diff
40- ```
41-
42- ## Installing Requirements
43-
44- While development occurs within Docker, installing the requirements locally is recommended to avoid import errors. Install the Go dependencies:
27+ While development occurs within Docker, installing the dependencies locally is recommended to avoid import errors. Install the Go dependencies:
4528
4629``` sh
4730go mod tidy
You can’t perform that action at this time.
0 commit comments