diff options
| author | 2026-01-26 10:44:51 +0800 | |
|---|---|---|
| committer | 2026-01-26 10:44:51 +0800 | |
| commit | 73e7cf1a77003d88da8b70934698c49e362304ee (patch) | |
| tree | a6e312bb98ef0f23c7612b67e1c2235c21c437e9 /CONTRIBUTING.md | |
| download | lora-template-73e7cf1a77003d88da8b70934698c49e362304ee.tar.gz lora-template-73e7cf1a77003d88da8b70934698c49e362304ee.zip | |
Initial commit
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..af88675 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,4 @@ +``` +pip install -r requirements.txt +mkdocs serve +``` |