Renamed sh_cpl to cpl in docs

This commit is contained in:
Sven Heidemann 2022-07-31 11:33:45 +02:00
parent e0d89f967f
commit 55609fc691
2 changed files with 6 additions and 6 deletions

View File

@ -44,7 +44,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add. Discussing the design upfront helps to ensure that we're ready to accept your work. 2. Be sure that an issue describes the problem you're fixing, or documents the design for the feature you'd like to add. Discussing the design upfront helps to ensure that we're ready to accept your work.
3. Fork the sh-edraft.de/sh_cpl repo. 3. Fork the sh-edraft.de/cpl repo.
4. In your forked repository, make your changes in a new git branch: 4. In your forked repository, make your changes in a new git branch:
@ -70,7 +70,7 @@ Before you submit your Pull Request (PR) consider the following guidelines:
git push origin my-fix-branch git push origin my-fix-branch
``` ```
8. In Gitea, send a pull request to sh_cpl:master 8. In Gitea, send a pull request to cpl:master
### Reviewing a Pull Request ### Reviewing a Pull Request
@ -104,7 +104,7 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
## License ## License
By contributing, you agree that your contributions will be licensed under its MIT License. By contributing, you agree that your contributions will be licensed under its MIT License.
See [LICENSE](https://git.sh-edraft.de/sh-edraft.de/sh_cpl/src/branch/master/LICENSE) See [LICENSE](https://git.sh-edraft.de/sh-edraft.de/cpl/src/branch/master/LICENSE)
<!-- LINKS --> <!-- LINKS -->
[gitea-repo]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/ [gitea-repo]: https://git.sh-edraft.de/sh-edraft.de/sh_cpl/

View File

@ -27,7 +27,7 @@ Also you need to have the following installed.
To install the package, open a terminal window and run the following command: To install the package, open a terminal window and run the following command:
```sh ```sh
pip install sh_cpl-core --extra-index-url https://pip.sh-edraft.de pip install cpl-core --extra-index-url https://pip.sh-edraft.de
``` ```
## Install the CLI ## Install the CLI
@ -37,7 +37,7 @@ You use the CPL CLI to create projects, generate application and library code. Y
To install the CLI, open a terminal window and run the following command: To install the CLI, open a terminal window and run the following command:
```sh ```sh
pip install sh_cpl-cli --extra-index-url https://pip.sh-edraft.de pip install cpl-cli --extra-index-url https://pip.sh-edraft.de
``` ```
## Install the query ## Install the query
@ -45,7 +45,7 @@ pip install sh_cpl-cli --extra-index-url https://pip.sh-edraft.de
To install the package, open a terminal window and run the following command: To install the package, open a terminal window and run the following command:
```sh ```sh
pip install sh_cpl-query --extra-index-url https://pip.sh-edraft.de pip install cpl-query --extra-index-url https://pip.sh-edraft.de
``` ```
## Create initial console app ## Create initial console app