From 4d57e576ff95b0ac20d75e5c338823274b09974b Mon Sep 17 00:00:00 2001 From: idk Date: Sat, 7 Dec 2019 19:14:30 -0500 Subject: [PATCH] add .readme.md --- .readme.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .readme.md diff --git a/.readme.md b/.readme.md new file mode 100644 index 0000000..01b77ba --- /dev/null +++ b/.readme.md @@ -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 \ No newline at end of file