This website requires JavaScript.
Explore
Help
Sign In
1f349
/
dendrite
Watch
4
Star
0
Fork
0
You've already forked dendrite
mirror of
https://github.com/1f349/dendrite.git
synced
2024-11-09 22:42:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
78032b3f4c
dendrite
/
build.sh
4 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
Not all systems have bash (#720) As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
2019-06-24 13:35:29 +01:00
#!/bin/sh
use go module for dependencies (#594)
2019-05-21 21:56:55 +01:00
GOBIN
=
$PWD
/
`
dirname
$0
`
/bin go install -v ./cmd/...
Reference in New Issue
Copy Permalink