Skip to content

Commit b9a66ca

Browse files
author
sam
committed
refactor(install): automated configure
1 parent 9a6bf4a commit b9a66ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
go build -o protoc-gen-sol
3+
chmod +x protoc-gen-sol
4+
mv protoc-gen-sol /usr/local/bin

0 commit comments

Comments
 (0)