Y
Hacker News
new
|
ask
|
show
|
jobs
by
ActorNightly
330 days ago
can you give at least one example? You are probably just expecting too much. No manual checkout/install process is easy as installing an application.
1 comments
jbreckmckye
330 days ago
What about Go?
"go install github.com/org/repo/x"
link
dkdcio
330 days ago
`pip install git+
https://github.com/org/repo/x
`
link
"go install github.com/org/repo/x"