Ready to clone and code.

This commit is contained in:
simon
2024-11-27 18:36:48 +00:00
committed by github-actions[bot]
parent d0bb5584bb
commit 1c56195d78
15 changed files with 29 additions and 30 deletions

View File

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