add .readme.md

This commit is contained in:
idk
2019-12-07 19:14:30 -05:00
parent 22e1b234db
commit 4d57e576ff

25
.readme.md Normal file
View File

@ -0,0 +1,25 @@
RepoSAM
=======
A self-configuring Debian repository for I2P based on
[repogen](https://github.com/geek1011/repogen) and sam-forwarder. Works as an
alternative launcher for a repogen apt server that automatically forwards it to
I2P.
Compile/Installation
--------------------
[repogen](https://github.com/geek1011/repogen) is an apt repository management
tool with a web interface.
With your GOPATH set:
git clone https://github.com/eydeekay/reposam $GOPATH/src/github.com/eyedeekay/reposam
cd $GOPATH/src/github.com/eyedeekay/reposam
make
sudo make install
Usage
-----
See README.md