We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300c0dc commit d3e6771Copy full SHA for d3e6771
1 file changed
README.md
@@ -43,7 +43,10 @@ installed and configured as docker runtime on your system.
43
44
### 1. Clone the repository
45
```
46
-git clone https://github.com/finnBsch/MON.git
+# https
47
+git clone https://github.com/KTH-RPL/OneMap.git
48
+# or ssh
49
+git clone git@github.com:KTH-RPL/OneMap.git
50
cd OneMap/
51
52
### 2. Build the Docker Image
@@ -70,7 +73,10 @@ docker exec -it onemap-onemap-1 bash
70
73
71
74
72
75
76
77
78
79
80
81
82
### 2. Install dependencies
0 commit comments