-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
How to install the tds package?
I have already tried using luarocks install tds, but getting the following error.
> luarocks install tds
> Installing https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec...
> Using https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec... switching to 'build' mode
> Cloning into 'tds'...
> https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec
> Error: Failed cloning git repository.
When checked here https://raw.githubusercontent.com/torch/rocks/master/tds-scm-1.rockspec,
source = {
url = "git://github.com/torch/tds.git"
}
should it be :
source = {
url = "https://github.com/torch/tds.git"
}
?
Metadata
Metadata
Assignees
Labels
No labels