recoilme / tgram

typegram: open source publishing platform
http://tgr.am
GNU General Public License v3.0
335 stars 32 forks source link

Compiling #112

Closed Fastidious closed 6 years ago

Fastidious commented 6 years ago

I am a little bit lost on how to compile this. I would rather not use Fresh, so, which are the simple steps to get it compiled? Thanks!

recoilme commented 6 years ago
➜  go get ./...
➜  go build or go install
➜  ./tgram or ~/go/bin/tgram
Fastidious commented 6 years ago

I get:

go: warning: "./..." matched no packages

Do I need to clone the repository first, and run those within the cloned repository directory?

Fastidious commented 6 years ago

Answering to myself: