This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
dendrite
Watch
1
Star
0
Fork
You've already forked dendrite
0
mirror of
https://github.com/matrix-org/dendrite.git
synced
2024-11-22 22:31:56 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
da0dd06475
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 07:35:29 -05:00
#!/bin/sh
use go module for dependencies (#594)
2019-05-21 15:56:55 -05:00
GOBIN
=
$PWD
/
`
dirname
$0
`
/bin go install -v ./cmd/...
Reference in a new issue
Copy permalink