...
This commit is contained in:
17
README.md
17
README.md
@@ -1,8 +1,14 @@
|
|||||||
# libPiGPIO
|
# libPiGPIO
|
||||||
|
|
||||||
libPiGPIO: Eine C++ Softwarebibliothek für den Pi4 zur Einbindung elektronischer Steuerelemente
|
libPiGPIO: Eine C++ Bibliothek für den Pi4 zur Einbindung elektronischer Steuerelemente
|
||||||
|
|
||||||
## Getting started
|
## build
|
||||||
|
|
||||||
|
```
|
||||||
|
git clone https://gitea.sourceworx.org/chris/libpigpio.git
|
||||||
|
git branch -M main
|
||||||
|
git push -uf origin main
|
||||||
|
```
|
||||||
|
|
||||||
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
|
||||||
|
|
||||||
@@ -13,12 +19,7 @@ Already a pro? Just edit this README.md and make it your own. Want to make it ea
|
|||||||
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
|
||||||
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
|
||||||
|
|
||||||
```
|
|
||||||
cd existing_repo
|
|
||||||
git remote add origin http://sourceworx.org:9099/opensource/libpigpio.git
|
|
||||||
git branch -M main
|
|
||||||
git push -uf origin main
|
|
||||||
```
|
|
||||||
|
|
||||||
## Integrate with your tools
|
## Integrate with your tools
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user