You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current command line client requires Ruby to run and makes use of git to get the library meta data. This is not a problem when packaged properly or when run on a Linux system which has developer tools set up, but it can cause trouble in the general case. One way to mitigate this would be to implement a client which doesn't have these dependencies. One option would for example be to fully implement it in Go. This would result in executables which can easily be distributed and run.
The text was updated successfully, but these errors were encountered:
The current command line client requires Ruby to run and makes use of git to get the library meta data. This is not a problem when packaged properly or when run on a Linux system which has developer tools set up, but it can cause trouble in the general case. One way to mitigate this would be to implement a client which doesn't have these dependencies. One option would for example be to fully implement it in Go. This would result in executables which can easily be distributed and run.
The text was updated successfully, but these errors were encountered: