File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change @@ -65,3 +65,33 @@ This will generate a `staticAssets.json` file in this directory like this:
65
65
* Note* - The default bucket is used by multiple teams, so if you use that you
66
66
must specify a directory to use for your project as not to create unnecessary
67
67
collisions.
68
+
69
+ ### Development
70
+
71
+ To work on this project you'll need [ Golang] ( https://golang.org/dl/ ) and
72
+ the [ Glide package manager] ( https://glide.sh/ ) installed. You should have
73
+ your ` GOPATH ` environment variable set and this repo should be cloned within
74
+ your ` $GOPATH/src/github.com/bufferapp ` directory.
75
+
76
+ To install the dependencies, run:
77
+
78
+ ```
79
+ glide install
80
+ ```
81
+
82
+ To test the script run:
83
+
84
+ ```
85
+ go run main.go <your cli arguments here>
86
+ ```
87
+
88
+ When distributing a new release version, run this script to generate the
89
+ binaries for Linux and Mac:
90
+
91
+ ```
92
+ ./build.sh
93
+ ```
94
+
95
+ ### License
96
+
97
+ MIT
You can’t perform that action at this time.
0 commit comments