mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-12 12:51:11 +01:00
4 lines
65 B
Bash
4 lines
65 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|