From 1c527380c2c4d30a0d46120373136a7d9b0b31eb Mon Sep 17 00:00:00 2001 From: str4d Date: Sun, 2 Apr 2017 11:37:20 +1200 Subject: [PATCH] Clarify README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d7c7c4..191420c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Pre-release (ongoing refactoring work and migration to C++11) ## Usage -Copy the files into your codebase, or build and link to the library. +Copy the files `i2psam.cpp` and `i2psam.h` into your codebase, or build the +library `libi2psam.a`: + + make See `eepget.cpp` for example client usage (build with `make eepget`).