mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-11-26 22:20:18 +01:00
get go packages with a single command
This commit is contained in:
parent
3a5d756c00
commit
675879b49b
1 changed files with 1 additions and 7 deletions
|
@ -42,13 +42,7 @@ $ transfer test.txt
|
|||
npm install
|
||||
bower install
|
||||
|
||||
go get github.com/PuerkitoBio/ghost/handlers
|
||||
go get github.com/gorilla/mux
|
||||
go get github.com/dutchcoders/go-clamd
|
||||
go get github.com/goamz/goamz/s3
|
||||
go get github.com/goamz/goamz/aws
|
||||
go get github.com/golang/gddo/httputil/header
|
||||
go get github.com/kennygrant/sanitize
|
||||
cd transfersh-web && go get ./
|
||||
|
||||
grunt serve
|
||||
grunt build
|
||||
|
|
Loading…
Reference in a new issue