Skip to content

Commit

Permalink
new build method
Browse files Browse the repository at this point in the history
  • Loading branch information
RickoNoNo3 committed Aug 31, 2022
1 parent cba7380 commit 2e335f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ mkdir build/consulize

cp ./run-consulize.sh ./build/consulize/
cp ./docker-compose.yml ./build/consulize/
cp ./README.md ./build/consulize/
cp ./structure.jpg ./build/consulize/
cp ./LICENSE ./build/consulize/

go get -v
go build -o ./build/consulize/consulize .
Expand Down

0 comments on commit 2e335f1

Please sign in to comment.