Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "robtk"]
path = robtk
url = git://github.com/x42/robtk
url = https://github.com/x42/robtk
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Compiling darc.lv2 requires the LV2 SDK, jack-headers, gnu-make, a c++-compiler,
liblo, libpango, libcairo and openGL (sometimes called: glu, glx, mesa).

```bash
git clone git://github.com/x42/darc.lv2.git
git clone https://github.com/x42/darc.lv2.git
cd darc.lv2
make submodules
make
Expand Down