Skip to content
Snippets Groups Projects
Commit 813ad6ef authored by Johannes Schmölder's avatar Johannes Schmölder
Browse files

Update file README.md

parent 50cc3e2c
No related branches found
No related tags found
1 merge request!1Fix typos
......@@ -4,7 +4,7 @@
### Installation
CADET-RDM can be installed using
```pip install cadetrdm```
```pip install cadet-rdm```
### Initialize Project Repository
Create a new project repository or convert an existing repository into a CADET-RDM repo:
......@@ -61,8 +61,8 @@ _results_ repo.
Once created, the remotes need to be added to the local repositories.
```bash
cadet-cli add-remote-to-repo <path_to_repo> git@<my_git_server.foo>:<project>.git
cadet-cli add-remote-to-repo <path_to_repo/output_folder> git@<my_git_server.foo>:<project>_output.git
cadet-rdm add-remote-to-repo <path_to_repo> git@<my_git_server.foo>:<project>.git
cadet-rdm add-remote-to-repo <path_to_repo/output_folder> git@<my_git_server.foo>:<project>_output.git
```
or in Python:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment