Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.09 KB

README.md

File metadata and controls

32 lines (26 loc) · 1.09 KB

Development

Install reposeed and change your directory to reposeed's source code directory.

go get -u go.okkur.org/reposeed
cd $GOPATH/src/go.okkur.org/reposeed

Install packr.

make packr

In case you made any changes on templates, run make to bundle templates into the generated binary.

Documentation

No documentation available yet. Start your first contribution with some documentation.

See how you can contribute with our contribution guide.