Skip to content

Commit

Permalink
Specify repository URL
Browse files Browse the repository at this point in the history
Replace generic URL with placeholders with specific URL to this
repository.

Signed-off-by: Niels van Duijkeren <niels.vanduijkeren@de.bosch.com>
  • Loading branch information
nielsvd committed Dec 5, 2023
1 parent 23a8e27 commit c2626d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Create a workspace (e.g., in your home folder) and clone `sadg-controller`.
```bash
mkdir -p ~/sadg_ws/src
cd ~/sadg_ws/src
git clone --recurse-submodules git@github.com:<organization>/<repository>.git
git clone --recurse-submodules https://github.com/alexberndt/sadg-controller.git
cd ~/sadg_ws
```

Expand Down

0 comments on commit c2626d9

Please sign in to comment.