mirror of
https://github.com/go-i2p/goSam.git
synced 2025-06-10 09:40:48 -04:00
update deb instructions
This commit is contained in:
15
README.md
15
README.md
@ -70,6 +70,21 @@ func checkErr(err error) {
|
||||
}
|
||||
```
|
||||
|
||||
### .deb package
|
||||
|
||||
A package for installing this on Debian is buildable, and a version for Ubuntu
|
||||
is available as a PPA and mirrored via i2p. To build the deb package, from the
|
||||
root of this repository with the build dependencies installed(git, i2p, go,
|
||||
debuild) run the command
|
||||
|
||||
debuild -us -uc
|
||||
|
||||
to produce an unsigned deb for personal use only. For packagers,
|
||||
|
||||
debuild -S
|
||||
|
||||
will produce a viable source package for use with Launchpad PPA's and other
|
||||
similar systems.
|
||||
### TODO
|
||||
|
||||
* Implement `STREAM ACCEPT` and `STREAM FORWARD`
|
||||
|
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
||||
golang-github-eyedeekay-gosam (0.3.2.0) bionic; urgency=medium
|
||||
|
||||
* Enable persistent destinations
|
||||
* Make Base32 and Base64 addresses retrievable from client
|
||||
* bug fixes
|
||||
|
||||
-- idk <hankhill19580@gmail.com> Fri, 18 May 2019 18:12:21 -0500
|
||||
|
||||
golang-github-eyedeekay-gosam (0.1.1) bionic; urgency=medium
|
||||
|
||||
* Incorporate all the recent bug-fixes and improvements and stabilize.
|
||||
|
Reference in New Issue
Block a user