diff options
| author | Kinesis Keyboards <37431414+KinesisCorporation@users.noreply.github.com> | 2022-05-23 12:18:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-23 12:18:12 -0700 |
| commit | 392a9417c2e134c03a1e874f6890510736d27574 (patch) | |
| tree | 11938a3d7358bc19661feab532548a4d3fd29958 /setup.sh | |
| parent | 68fe75d403909988c100e39ac8775a6642b3931b (diff) | |
| parent | 9517b0ccff3bad971bb002697f3905b1108ca4e2 (diff) | |
Merge pull request #4 from ryanwinchester/V1.0
Add local build option with Docker and README
Diffstat (limited to 'setup.sh')
| -rwxr-xr-x | setup.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/setup.sh b/setup.sh new file mode 100755 index 0000000..96a478e --- /dev/null +++ b/setup.sh @@ -0,0 +1,5 @@ +#!/usr/bin/env bash + +set -e + +docker build --tag zmk . |
