Skip to content

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Development

Run the following commands to install reposeed and change your directory to reposeed's source code directory.

go get -v -u github.com/okkur/reposeed/cmd/reposeed/...
cd $GOPATH/src/github.com/okkur/reposeed

Then run the following command to install packr

make packr

Then in case you made any changes on templates, run make or packr install ./cmd/reposeed 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.