✅ Ready to clone and code.
This commit is contained in:
committed by
github-actions[bot]
parent
6639ef82ae
commit
683b03ffe0
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user