cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Document missing build steps for a non docker environment

kpshameem opened this issue · comments

I can put something together in BUILDING.rst. Was there a particular area you needed help with? Assuming you are already familiar with Go build environments you basically just run build.sh (or make). go build also works, but you'll be missing the build variable substitution that the Makefile currently does.

Or were you hoping I'd write docs on setting up the development directory structure and things prior to running make?