Skip to content
Snippets Groups Projects
Verified Commit d4f6efa5 authored by Janis Streib's avatar Janis Streib :owl:
Browse files

FIX: new gitlab url

parent 47d35e0d
Branches
No related tags found
No related merge requests found
Pipeline #284400 passed
...@@ -31,7 +31,7 @@ Here's a quick guide on the contribution of new JSON templates ...@@ -31,7 +31,7 @@ Here's a quick guide on the contribution of new JSON templates
4. Check if your written JSON file is valid. This can be best done with the `netvs_hub_cli` python tool. You can install 4. Check if your written JSON file is valid. This can be best done with the `netvs_hub_cli` python tool. You can install
it with the following command (it's recommended to do this in a `venv`): it with the following command (it's recommended to do this in a `venv`):
```shell ```shell
pip3 install git+https://git.scc.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli pip3 install git+https://gitlab.kit.edu/scc-net/netvs/netvs_hub_cli.git@main#egg=netvs_hub_cli
``` ```
To run the checks execute the following command where you replace `<json_template>.json` with the file name of your To run the checks execute the following command where you replace `<json_template>.json` with the file name of your
created template. created template.
...@@ -49,4 +49,4 @@ Here's a quick guide on the contribution of new JSON templates ...@@ -49,4 +49,4 @@ Here's a quick guide on the contribution of new JSON templates
## License ## License
The NETVS-Hub is licensed under the MIT-License. More information can be found [here](LICENSE). The NETVS-Hub is licensed under the MIT-License. More information can be found [here](LICENSE).
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment