Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jonny Schäfer
tubus
Commits
00407d6b
Commit
00407d6b
authored
Dec 09, 2015
by
Jonny Schäfer
Browse files
Added Installation Guide
parent
060fa981
Pipeline
#173
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
00407d6b
# tubus
## command-line interface for video hosting services.
##
#
command-line interface for video hosting services.
Tubus is currently a proof of concept cli interface for youtube.
Many functions will be redone.
### Installation
```
mkdir -p ~/go/src ~/go/pkg ~/go/bin
GOPATH="~/go" go get gitlab.cs.fau.de/since/tubus
```
The source files will be fetched and automatically compiled.
The resulting binary file is stored in ~/go/bin
Alternatively you can clone the repository and execute
```
go build
```
in the directory containing the source files.
### Known Bugs
Program can crash during terminal resize if compiled with an old version of the go compiler.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment