mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-13 07:29:30 +01:00
6 lines
149 B
Bash
Executable File
6 lines
149 B
Bash
Executable File
#!/bin/bash
|
|
export GOPATH="$PWD"
|
|
#go get "code.google.com/p/go.crypto/bcrypt"
|
|
#go get "github.com/mattn/go-sqlite3"
|
|
go install ergonomadic genpasswd
|