dnote/pkg/server/api/scripts/setup.sh
Sung Won Cho 23a511dbe0
Improve package structure (#207)
* Improve package structure

* Set up travis
2019-06-25 19:20:19 +10:00

9 lines
252 B
Bash
Executable file

#!/bin/bash
# setup.sh installs programs and depedencies necessary to run the project locally
# usage: ./setup.sh
set -eux
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
go get github.com/githubnemo/CompileDaemon
dep ensure