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-08 18:16:59 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
0cda3c52d0
dendrite
/
build.sh
4 lines
79 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
make cmd directory path absolute in build.sh (#830)
2020-01-09 13:36:39 +00:00
GOBIN
=
$PWD
/
`
dirname
$0
`
/bin go install -v
$PWD
/
`
dirname
$0
`
/cmd/...
Reference in New Issue
Copy Permalink