mirror of
https://github.com/eosswedenorg/antelope-keygen
synced 2026-06-16 03:44:56 +02:00
CMake: configure and install cli/docs/README.md.in
This commit is contained in:
parent
f1f5e50e9a
commit
c173c002f5
2 changed files with 8 additions and 1 deletions
|
|
@ -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 )
|
||||
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue