Merge pull request #6 from i2p/readmeupdate

Update the readme
github/master
Mikal 2019-07-27 22:04:36 +02:00 committed by GitHub
commit 21940ef1a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -4,7 +4,8 @@ A C++ library for the [SAM v3 API](https://geti2p.net/en/docs/api/samv3).
## Development Status
Pre-release (ongoing refactoring work and migration to C++11)
The library will require SAM v3.1 server.
Pre-release (ongoing refactoring work and migration to C++11).
## Usage
@ -13,4 +14,6 @@ library `libi2psam.a`:
make
See `eepget.cpp` for example client usage (build with `make eepget`).
See `eepget.cpp` for example tcp client usage (build with `make eepget`).