We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 72a4f60 commit 572af78Copy full SHA for 572af78
.gitmodules
@@ -1,3 +1,3 @@
1
[submodule "py/calvo_cli_tools"]
2
path = py/calvo_cli_tools
3
- url = git@github.com:ajboni/calvo-cli-tools.git
+ url = https://github.com/ajboni/calvo-cli-tools.git
README.md
@@ -65,7 +65,7 @@ For the time being it can be build from source.
65
Make sure to have the dependencies installed first.
66
67
```
68
-git clone repo
+git clone https://github.com/ajboni/calvo.git
69
git submodule init
70
git submodule update
71
npm install
0 commit comments