Add simple installer readme

This commit is contained in:
Jason Rhinelander 2020-04-18 19:13:56 -03:00
parent 1221a24c25
commit d65a0c97ed
2 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,6 @@
set(CPACK_PACKAGE_VENDOR "lokinet.org")
set(CPACK_PACKAGE_HOMEPAGE_URL "https://lokinet.org/")
set(CPACK_PACKAGE_README_FILE "${PROJECT_SOURCE_DIR}/readme.md")
set(CPACK_RESOURCE_FILE_README "${PROJECT_SOURCE_DIR}/contrib/readme-installer.txt")
set(CPACK_RESOURCE_FILE_LICENSE "${PROJECT_SOURCE_DIR}/LICENSE.txt")
if(WIN32)

View File

@ -0,0 +1,5 @@
Lokinet is the reference implementation of LLARP (low latency anonymous routing protocol), a layer 3 onion routing protocol.
This installer provides the needed control panel to get up an running on Lokinet.
You can view additional documentation and information on Lokinet at https://lokinet.org