Ready to clone and code.

This commit is contained in:
simon
2026-03-14 12:58:13 +00:00
committed by github-actions[bot]
parent 44b7f644f8
commit 0b1384279d
11 changed files with 17 additions and 104 deletions

View File

@@ -1,15 +1,15 @@
# How to develop on this project
project_name welcomes contributions from the community.
ai_test welcomes contributions from the community.
This instructions are for linux base systems. (Linux, MacOS, BSD, etc.)
## Setting up your own fork of this repo.
- On gitea interface click on `Fork` button.
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/project_urlname.git`
- Enter the directory `cd project_urlname`
- Add upstream repo `git remote add upstream https://git.disi.dev/author_name/project_urlname`
- Clone your fork of this repo. `git clone git@git.disi.dev:YOUR_GIT_USERNAME/ai-test.git`
- Enter the directory `cd ai-test`
- Add upstream repo `git remote add upstream https://git.disi.dev/Projects/ai-test`
- initialize repository for use `make setup`
## Install the project in develop mode