diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 4ff100c..610425c 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -51,6 +51,11 @@ install(FILES ${PROJECT_LICENSE_FILE} # Documentation +configure_file( docs/README.md.in ${PROJECT_BINARY_DIR}/README.cli.md @ONLY ) +install(FILES ${PROJECT_BINARY_DIR}/README.cli.md + DESTINATION ${CMAKE_INSTALL_SHAREDIR} + COMPONENT cli) + if (UNIX) configure_file( docs/eosio-keygen.1.in ${PROJECT_BINARY_DIR}/man1/eosio-keygen.1 ) diff --git a/cli/docs/README.md.in b/cli/docs/README.md.in index 2e38c01..6b6fb67 100644 --- a/cli/docs/README.md.in +++ b/cli/docs/README.md.in @@ -3,6 +3,8 @@ Generate public and private keypair for [EOSIO](https://eos.io/) +Source code is available at [github.com](https://github.com/eosswedenorg/eosio-keygen) + ## Synopsis ```shell @@ -89,7 +91,7 @@ However, use this at your own risk. we cannot guarantee that the keys are cryptographically secure as this depends on OpenSSL's implementation (alto it is widely used and should be safe) -Please read the `LICENSE` file. +Please read the `LICENSE.cli` file. ``` THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,