dnote/server/api/scripts/setup.sh
2019-05-10 09:31:31 +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