dnote/pkg/server/api/scripts/setup.sh
2019-08-13 12:54:06 +10:00

9 lines
260 B
Bash
Executable file

#!/usr/bin/env 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