cloudtools / ssh-cert-authority

An implementation of an SSH certificate authority.
BSD 2-Clause "Simplified" License
728 stars 71 forks source link

Document missing build steps for a non docker environment #31

Open kpshameem opened 6 years ago

bobveznat commented 6 years ago

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?