Ready to clone and code.

This commit is contained in:
simon
2026-03-01 15:33:31 +00:00
committed by github-actions[bot]
parent 2410173af1
commit d488434323
10 changed files with 20 additions and 107 deletions

View File

@@ -1,15 +1,15 @@
# How to develop on this project
project_name welcomes contributions from the community.
n8n_ollama 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/n8n_ollama.git`
- Enter the directory `cd n8n_ollama`
- Add upstream repo `git remote add upstream https://git.disi.dev/Artifacts/n8n_ollama`
- initialize repository for use `make setup`
## Install the project in develop mode