Skip to content

Commit 9619297

Browse files
authored
docs: add Tinyauth contributing guide with development setup (#80)
Co-authored-by: dosubot[bot] <131922026+dosubot[bot]@users.noreply.github.com>
1 parent 92e0fc6 commit 9619297

1 file changed

Lines changed: 2 additions & 19 deletions

File tree

src/content/docs/docs/contributing/contributing.mdx

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -22,26 +22,9 @@ git clone https://github.com/steveiliop56/tinyauth
2222
cd 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
4730
go mod tidy

0 commit comments

Comments
 (0)