diff options
| author | davy wybiral <davy.wybiral@gmail.com> | 2019-08-08 07:14:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 07:14:26 -0500 |
| commit | 095f370a4dde3ac6b699e636c3284636a1dd081d (patch) | |
| tree | 54e9ad152b271ce81b958e9b77d7952e1605dff9 /README.md | |
| parent | 6ff7f25e87cab2fc88c902cc39744ac6587e36a5 (diff) | |
Update README.mdv1.0.0
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -19,7 +19,15 @@ By default the server is configured to run on 127.0.0.1:0 which will assign a ra # installation -Currently there are no prebuilt packages or anything so you'll need Golang. +## from release + +1. Download [release](https://github.com/wybiral/tube/releases) for your platform +2. Extract zip archive +3. Run `tube` executable to start server (this will output the URL for accessing from a browser) +4. Move videos to `videos` directory +5. Open the URL from step 3 and enjoy! + +## from source 1. [Install Golang](https://golang.org/doc/install) if you don't already have it 2. `go get github.com/wybiral/tube` |
