Ready to clone and code.

This commit is contained in:
simon
2024-12-01 10:26:44 +00:00
committed by github-actions[bot]
parent 6639ef82ae
commit 683b03ffe0
16 changed files with 29 additions and 118 deletions

View File

@@ -1,6 +1,6 @@
# How to develop on this project
project_name welcomes contributions from the community.
TextParser welcomes contributions from the community.
**You need Dotnet 9!**
@@ -8,9 +8,9 @@ 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/TextParser.git`
- Enter the directory `cd TextParser`
- Add upstream repo `git remote add upstream https://git.disi.dev/Projects/TextParser`
## Run the tests to ensure everything is working