Skip to content
This repository has been archived by the owner on Nov 21, 2022. It is now read-only.

Commit

Permalink
Fixes to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyah Check committed Aug 1, 2017
1 parent d86a261 commit 9b00b4f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ all: clean build fmt lint test vet install

build:
@echo "+ $@"
@go build -tags "$(BUILDTAGS) cgo" .
@go build -tags "$(BUILDTAGS) cgo" . ## Thinking of downloading the required go deps in here.
#@docker build -t ch3ck/ytd:v1 .

static:
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ytd
A Go Application for downloading Youtube videos and mp3
A Go Application for downloading Youtube videos and converting to other formats[FLV, mp3]. To detailed design architecture. Take a look at the [Design Document](ARCHITECTURE) markdown.


## Pre requisites
Expand All @@ -12,6 +12,7 @@ Clone GIT repo:
$ git clone htps://github.com/Ch3ck/ytd
$ go get -u google.golang.org/api/youtube/v3
$ go get -u golang.org/x/oauth2/...
$ go get -u github.com/github.com/Sirupsen/logrus/...
```

Expand Down Expand Up @@ -53,3 +54,7 @@ YTD is licensed under [The MIT Licence](LICENSE).
This project was created and maintained by [Nyah Check](https://twitter.com/nyah_check). Please feel free to reach out, I could always use your help or advice :-)


## Notes

* Add vendoring for required Go deps.

0 comments on commit 9b00b4f

Please sign in to comment.